efikasb/mx: fix usbh1 initialisation
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
Mon, 27 Jun 2011 20:41:04 +0000 (22:41 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 26 Jul 2011 07:14:52 +0000 (09:14 +0200)
commit37df0e5de7612979354593df8edec5c5f3d0b475
tree5f6b9c8546c38fe8ea9d23202a5463774c441bb2
parent4e606d68d2939128a15f56cbf546d44872230aad
efikasb/mx: fix usbh1 initialisation

mx51_initialize_usb_hw() support introduced a small error. The usbh1 has
pdev->id equal to 1 not 0, so use pdev->id to make things less error-prone and
to fix that.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx5/mx51_efika.c