aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ir-kbd-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ir-kbd-i2c.c')
-rw-r--r--drivers/media/video/ir-kbd-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c
index 8cc3f8ab2f3a..c4701035ca20 100644
--- a/drivers/media/video/ir-kbd-i2c.c
+++ b/drivers/media/video/ir-kbd-i2c.c
@@ -429,7 +429,7 @@ static int ir_probe(struct i2c_adapter *adap)
429 static const int probe_saa7134[] = { 0x7a, -1 }; 429 static const int probe_saa7134[] = { 0x7a, -1 };
430 static const int probe_em2820[] = { 0x30, 0x47, -1 }; 430 static const int probe_em2820[] = { 0x30, 0x47, -1 };
431 const int *probe = NULL; 431 const int *probe = NULL;
432 struct i2c_client c; char buf; int i,rc; 432 struct i2c_client c; unsigned char buf; int i,rc;
433 433
434 switch (adap->id) { 434 switch (adap->id) {
435 case I2C_HW_B_BT848: 435 case I2C_HW_B_BT848: