diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c index 05121666b9ba..16fa075a1eec 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c | |||
@@ -59,6 +59,7 @@ void pvr2_i2c_probe(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp) | |||
59 | (1 << OP_FREQ) | | 59 | (1 << OP_FREQ) | |
60 | (1 << OP_SIZE) | | 60 | (1 << OP_SIZE) | |
61 | (1 << OP_LOG)); | 61 | (1 << OP_LOG)); |
62 | cp->status_poll = pvr2_v4l2_cmd_status_poll; | ||
62 | 63 | ||
63 | if (id == I2C_DRIVERID_MSP3400) { | 64 | if (id == I2C_DRIVERID_MSP3400) { |
64 | if (pvr2_i2c_msp3400_setup(hdw,cp)) { | 65 | if (pvr2_i2c_msp3400_setup(hdw,cp)) { |