summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx231xx/cx231xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-11-17 14:12:46 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:16:50 -0200
commit29e3ec19d5c88d534ced219d3962d67243e4d310 (patch)
treee0812ae052cad72c48158ac9faf587a1576f22ee /drivers/media/video/cx231xx/cx231xx.h
parentca86674b8a93ea11c4bb6f4dd0113b1adf1fa841 (diff)
[media] cx231xx: Properly name rc_map name
rc_map is confusing, as it may be understood as another thing. Properly rename the field to indicate its usage. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r--drivers/media/video/cx231xx/cx231xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h
index 87a20ae6fcc0..709cb87a7762 100644
--- a/drivers/media/video/cx231xx/cx231xx.h
+++ b/drivers/media/video/cx231xx/cx231xx.h
@@ -349,7 +349,7 @@ struct cx231xx_board {
u8 ir_i2c_master;
/* for devices with I2C chips for IR */
- char *rc_map;
+ char *rc_map_name;
unsigned int max_range_640_480:1;
unsigned int has_dvb:1;