diff options
Diffstat (limited to 'drivers/media/video/cx25840/cx25840-firmware.c')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-firmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx25840/cx25840-firmware.c b/drivers/media/video/cx25840/cx25840-firmware.c index 8d489a4b9570..0b2dceb74108 100644 --- a/drivers/media/video/cx25840/cx25840-firmware.c +++ b/drivers/media/video/cx25840/cx25840-firmware.c | |||
@@ -91,7 +91,7 @@ static int fw_write(struct i2c_client *client, const u8 *data, int size) | |||
91 | 91 | ||
92 | int cx25840_loadfw(struct i2c_client *client) | 92 | int cx25840_loadfw(struct i2c_client *client) |
93 | { | 93 | { |
94 | struct cx25840_state *state = i2c_get_clientdata(client); | 94 | struct cx25840_state *state = to_state(i2c_get_clientdata(client)); |
95 | const struct firmware *fw = NULL; | 95 | const struct firmware *fw = NULL; |
96 | u8 buffer[FWSEND]; | 96 | u8 buffer[FWSEND]; |
97 | const u8 *ptr; | 97 | const u8 *ptr; |