aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-input.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 09:13:40 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:19:00 -0400
commitdfb4ba1e13061b655cb2d077f621fc87cf4e920f (patch)
tree9a6cb117f6194536e4f85cdbfae0b8c343ff0689 /drivers/media/video/saa7134/saa7134-input.c
parentb24ed7b662351c8ea5c4b3dbc879c9971e721070 (diff)
V4L/DVB (12468): saa7134: Fix bad whitespacing
The changeset 0b17d0ed that aded ASUSTeK P7131 Analog were using 7 spaces instead of tab, probably due to some bad cut-and-paste. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-input.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c
index 059661fd1634..dd8a24263221 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -564,7 +564,7 @@ int saa7134_input_init1(struct saa7134_dev *dev)
564 break; 564 break;
565 case SAA7134_BOARD_ASUSTeK_P7131_DUAL: 565 case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
566 case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA: 566 case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
567 case SAA7134_BOARD_ASUSTeK_P7131_ANALOG: 567 case SAA7134_BOARD_ASUSTeK_P7131_ANALOG:
568 ir_codes = ir_codes_asus_pc39; 568 ir_codes = ir_codes_asus_pc39;
569 mask_keydown = 0x0040000; 569 mask_keydown = 0x0040000;
570 rc5_gpio = 1; 570 rc5_gpio = 1;