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)
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>

No differences found