OSDN Git Service

[media] saa7134: Properly report when a board doesn't have eeprom
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 Jan 2011 18:11:58 +0000 (16:11 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:31:48 +0000 (20:31 -0300)
commit99fb079aad031712283d555aa87251706aa60212
tree4d1d0afdb5ec7d470a69901e3af6fdb92a1c5c74
parent0cda12556bf3ebe47ee98eb6767a085c204ee35e
[media] saa7134: Properly report when a board doesn't have eeprom

When a device is not detected, the driver prints a warning message.
That's ok, except for the fact that, even on newer devices that have
eeprom but aren't yet supported, it prints a message saying that the
device doesn't have eeprom.

Fix it by having a separate message for devices with eeprom, but not
yet known by the driver.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-core.c