commit | 99fb079aad031712283d555aa87251706aa60212 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jan 19 16:11:58 2011 -0200 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 21 20:31:48 2011 -0300 |
tree | 4d1d0afdb5ec7d470a69901e3af6fdb92a1c5c74 | |
parent | 0cda12556bf3ebe47ee98eb6767a085c204ee35e [diff] |
[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>