diff options
Diffstat (limited to 'drivers/media/video/ir-kbd-i2c.c')
-rw-r--r-- | drivers/media/video/ir-kbd-i2c.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c index bdb3ba551360..0085567a1421 100644 --- a/drivers/media/video/ir-kbd-i2c.c +++ b/drivers/media/video/ir-kbd-i2c.c | |||
@@ -373,7 +373,7 @@ static int ir_probe(struct i2c_adapter *adap) | |||
373 | 373 | ||
374 | static const int probe_bttv[] = { 0x1a, 0x18, 0x4b, 0x64, 0x30, -1}; | 374 | static const int probe_bttv[] = { 0x1a, 0x18, 0x4b, 0x64, 0x30, -1}; |
375 | static const int probe_saa7134[] = { 0x7a, 0x47, -1 }; | 375 | static const int probe_saa7134[] = { 0x7a, 0x47, -1 }; |
376 | static const int probe_em2820[] = { 0x30, 0x47, -1 }; | 376 | static const int probe_em28XX[] = { 0x30, 0x47, -1 }; |
377 | const int *probe = NULL; | 377 | const int *probe = NULL; |
378 | struct i2c_client c; | 378 | struct i2c_client c; |
379 | unsigned char buf; | 379 | unsigned char buf; |
@@ -386,8 +386,8 @@ static int ir_probe(struct i2c_adapter *adap) | |||
386 | case I2C_HW_SAA7134: | 386 | case I2C_HW_SAA7134: |
387 | probe = probe_saa7134; | 387 | probe = probe_saa7134; |
388 | break; | 388 | break; |
389 | case I2C_HW_B_EM2820: | 389 | case I2C_HW_B_EM28XX: |
390 | probe = probe_em2820; | 390 | probe = probe_em28XX; |
391 | break; | 391 | break; |
392 | } | 392 | } |
393 | if (NULL == probe) | 393 | if (NULL == probe) |