diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-avcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-avcore.c b/drivers/media/video/cx231xx/cx231xx-avcore.c index 62843d39817c..98e876553824 100644 --- a/drivers/media/video/cx231xx/cx231xx-avcore.c +++ b/drivers/media/video/cx231xx/cx231xx-avcore.c | |||
@@ -1354,7 +1354,7 @@ void cx231xx_dump_SC_reg(struct cx231xx *dev) | |||
1354 | { | 1354 | { |
1355 | u8 value[4] = { 0, 0, 0, 0 }; | 1355 | u8 value[4] = { 0, 0, 0, 0 }; |
1356 | int status = 0; | 1356 | int status = 0; |
1357 | cx231xx_info("cx231xx_dump_SC_reg %s!\n", __TIME__); | 1357 | cx231xx_info("cx231xx_dump_SC_reg!\n"); |
1358 | 1358 | ||
1359 | status = cx231xx_read_ctrl_reg(dev, VRT_GET_REGISTER, BOARD_CFG_STAT, | 1359 | status = cx231xx_read_ctrl_reg(dev, VRT_GET_REGISTER, BOARD_CFG_STAT, |
1360 | value, 4); | 1360 | value, 4); |