]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: fix I2C API usage in ohci-pnx4008.
authorLuotao Fu <l.fu@pengutronix.de>
Fri, 19 Feb 2010 14:42:00 +0000 (15:42 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Mar 2010 16:06:29 +0000 (09:06 -0700)
commit5eb790672b1970f8026cc65db354966d63a23e2f
tree15ab5c1096f5d6a9d4d6204f0c92ccbf81d7820c
parent3c0611ea174f2dd680856120272f0c8babf1aa6b
USB: fix I2C API usage in ohci-pnx4008.

commit 8740cc7d0c532e098cc428251c08befd14f087d8 upstream.

i2c_board_info doesn't contain a member called name. i2c_register_client
call does not exist.

Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-pnx4008.c