diff options
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-i2c.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-i2c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-i2c.c b/drivers/media/video/cx231xx/cx231xx-i2c.c index b4a03d813e00..ac4099a49da0 100644 --- a/drivers/media/video/cx231xx/cx231xx-i2c.c +++ b/drivers/media/video/cx231xx/cx231xx-i2c.c | |||
@@ -537,6 +537,9 @@ int cx231xx_i2c_register(struct cx231xx_i2c *bus) | |||
537 | if (0 == bus->i2c_rc) { | 537 | if (0 == bus->i2c_rc) { |
538 | if (i2c_scan) | 538 | if (i2c_scan) |
539 | cx231xx_do_i2c_scan(dev, &bus->i2c_client); | 539 | cx231xx_do_i2c_scan(dev, &bus->i2c_client); |
540 | |||
541 | /* Instantiate the IR receiver device, if present */ | ||
542 | cx231xx_register_i2c_ir(dev); | ||
540 | } else | 543 | } else |
541 | cx231xx_warn("%s: i2c bus %d register FAILED\n", | 544 | cx231xx_warn("%s: i2c bus %d register FAILED\n", |
542 | dev->name, bus->nr); | 545 | dev->name, bus->nr); |