]> git.karo-electronics.de Git - linux-beck.git/commit
usb: ohci-exynos: Remove locks for 'ohci' in suspend callback
authorVivek Gautam <gautam.vivek@samsung.com>
Tue, 8 Apr 2014 14:40:35 +0000 (20:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2014 20:05:32 +0000 (13:05 -0700)
commit0021a75a475b6c1e500ae4bdcc1ff19f7794aa95
tree2175623cf1c523416f5154b465715dd2367a2457
parent9159e049c072bb4f77ac65a7c0fb05953b10fc21
usb: ohci-exynos: Remove locks for 'ohci' in suspend callback

Patch : 14982e3 USB: OHCI: Properly handle ohci-exynos suspend
has already removed 'ohci_hcd' settings from exynos glue layer
as a part of streamlining the ohci controller's suspend.
So we don't need the locks for 'ohci_hcd' anymore.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Cc: Manjunath Goudar <csmanjuvijay@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-exynos.c