3 Jul
2010
3 Jul
'10
2:18 a.m.
On Sat, Jul 03, 2010 at 01:40:24AM +0200, Maurus Cuelenaere wrote:
+static struct i2c_board_info smartq_i2c_devs[] __initdata = {
- { I2C_BOARD_INFO("wm8750", 0x1a), },
+};
It'd be slightly nicer to register with the actual chip ID and make sure the driver can handle it - it'll avoid the potential for confusion.