]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ohci-exynos: replace hcd->state with ohci->rh_state
authorJingoo Han <jg1.han@samsung.com>
Thu, 23 Feb 2012 08:26:33 +0000 (17:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 21:40:04 +0000 (13:40 -0800)
commit9768abe44d3c68deab79b38473e84e4b2117912f
treeeae1fc38bf6de0a3e05db483f35a0e0f11eebd46
parent19b378552e4155170000652fd6ac1dfef86342f8
USB: ohci-exynos: replace hcd->state with ohci->rh_state

This patch removes uses of hcd->state and replaces hcd->state with
ohci->rh_state field.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-exynos.c