summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/dc.h
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-08-11 15:55:49 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:35:03 -0800
commit68eab7f0f70e7816ba489bd3844984524082abae (patch)
treecfbd777ce44f799a3b4feaa3010d5184c45e4dd0 /arch/arm/mach-tegra/include/mach/dc.h
parent8884df284552c4543c24adcbd5991326411cb679 (diff)
video: tegra: checkpatch changes
Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/dc.h')
-rw-r--r--arch/arm/mach-tegra/include/mach/dc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/include/mach/dc.h b/arch/arm/mach-tegra/include/mach/dc.h
index a9885a72e9f0..b8a0e7a4a5dc 100644
--- a/arch/arm/mach-tegra/include/mach/dc.h
+++ b/arch/arm/mach-tegra/include/mach/dc.h
@@ -33,8 +33,8 @@ struct tegra_dc_blend {
};
#define BLEND(key, control, weight0, weight1) \
- CKEY_ ## key | BLEND_CONTROL_ ## control | \
- BLEND_WEIGHT0(weight0) | BLEND_WEIGHT0(weight1)
+ (CKEY_ ## key | BLEND_CONTROL_ ## control | \
+ BLEND_WEIGHT0(weight0) | BLEND_WEIGHT0(weight1))
struct tegra_dc_mode {
int pclk;