]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: marzen: Use error values in usb_power_*
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 16 May 2013 03:14:59 +0000 (12:14 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 22 May 2013 06:43:16 +0000 (15:43 +0900)
commit5f10428e4a6d99cc019270c51ad5a33fb38addeb
treec9bffe2de03d4434f7ead26d7a5f35bff616eb71
parentf722406faae2d073cc1d01063d1123c35425939e
ARM: shmobile: marzen: Use error values in usb_power_*

This patch updates the marzen board code as if USB PHY isn't enabled
they phy will have a value set by ERR_PTR() rather than be NULL.

Without this patch a NULL pointer dereference  and kernel panic
occurs on initialisation of USB on marzen.

This resolves a regression introduced in 3.10-rc1 by
b7fa5c2aec5be083eb2719b405089703608e9bc6
("usb: phy: return -ENXIO when PHY layer isn't enabled").

Tested-by: Nguyen Hong Ky <nh-ky@jinso.co.jp>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-marzen.c