diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 16:19:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 16:19:00 -0400 |
commit | b7c2f036284452627d793af981877817b37d4351 (patch) | |
tree | c96bbf7558512b27f4802994c9271ccd0f1c19f3 /drivers/media | |
parent | 14587a2a25447813996e6fb9e48d48627cb75a5d (diff) | |
parent | 8d2c50e3b65c8d48d51088f541c13fde46cc8133 (diff) |
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
* 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
gfs2: Drop __TIME__ usage
isdn/diva: Drop __TIME__ usage
atm: Drop __TIME__ usage
dlm: Drop __TIME__ usage
wan/pc300: Drop __TIME__ usage
parport: Drop __TIME__ usage
hdlcdrv: Drop __TIME__ usage
baycom: Drop __TIME__ usage
pmcraid: Drop __DATE__ usage
edac: Drop __DATE__ usage
rio: Drop __DATE__ usage
scsi/wd33c93: Drop __TIME__ usage
scsi/in2000: Drop __TIME__ usage
aacraid: Drop __TIME__ usage
media/cx231xx: Drop __TIME__ usage
media/radio-maxiradio: Drop __TIME__ usage
nozomi: Drop __TIME__ usage
cyclades: Drop __TIME__ usage
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/radio/radio-maxiradio.c | 3 | ||||
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-avcore.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c index 5c2a9058c09f..e83e84003025 100644 --- a/drivers/media/radio/radio-maxiradio.c +++ b/drivers/media/radio/radio-maxiradio.c | |||
@@ -412,8 +412,7 @@ static int __devinit maxiradio_init_one(struct pci_dev *pdev, const struct pci_d | |||
412 | goto err_out_free_region; | 412 | goto err_out_free_region; |
413 | } | 413 | } |
414 | 414 | ||
415 | v4l2_info(v4l2_dev, "version " DRIVER_VERSION | 415 | v4l2_info(v4l2_dev, "version " DRIVER_VERSION "\n"); |
416 | " time " __TIME__ " " __DATE__ "\n"); | ||
417 | 416 | ||
418 | v4l2_info(v4l2_dev, "found Guillemot MAXI Radio device (io = 0x%x)\n", | 417 | v4l2_info(v4l2_dev, "found Guillemot MAXI Radio device (io = 0x%x)\n", |
419 | dev->io); | 418 | dev->io); |
diff --git a/drivers/media/video/cx231xx/cx231xx-avcore.c b/drivers/media/video/cx231xx/cx231xx-avcore.c index 280df43ca446..8d7813415760 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); |