[PATCH] I2C: AT91RM9200 bus driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andrew,

On 2006-02-27, Andrew Victor wrote:
> > Please replace all printk with dev_err etc infrastructure.
>
> Those seems to generate strange messages on this platform.
>   at91_i2c at91_i2c: AT91 i2c bus driver.
> ie, device name is doubled.

This is a known problem with the current platform driver core
implementation. In fact what you see isn't a doubled device name but a
device name followed by the device id (if I remember correctly). It
happens to be almost always the same for platform drivers so the output
looks a bit weird.

This would need to be "fixed" at the platform driver core level but
I'm not too sure what to do here, as the dev_* macros are generic ones
and not platform-driver specific.

--
Jean Delvare




[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux