]> git.baikalelectronics.ru Git - kernel.git/commit
usb: ehci-s5p: fix: Fix null pointer dereferencing
authorVivek Gautam <gautam.vivek@samsung.com>
Tue, 9 Apr 2013 13:12:11 +0000 (18:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:38:04 +0000 (16:38 -0700)
commite501b770196c21b7d8d210da26604f0d7820aac5
tree16e2d24201c9d840d57c82d941eb31213f2fd883
parente177477cfa32765cdec73310bf1506df1918e854
usb: ehci-s5p: fix: Fix null pointer dereferencing

ab2c3b4: (USB: EHCI: make ehci-s5p a separate driver)
raised an issue with ehci-s5p's driver data.
Now that 's5p_ehci_hcd' doesn't maintain pointer to 'usb_hcd'
and s5p_ehci is nothing but a pointer to hcd->priv;
add hcd to the driver data rather than s5p_ehci.

This fixes issues with null pointer dereferencing in
s5p_ehci_shutdown(), s5p_ehci_suspend(), s5p_ehci_resume().

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
CC: Manjunath Goudar <manjunath.goudar@linaro.org>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Jingoo Han <jg1.han@samsung.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-s5p.c