From: Swaminathan S <swami.iyer@xxxxxx> MUSB: Populate the VBUS GPIO with the correct GPIO number Signed-off-by: Swaminathan S <swami.iyer@xxxxxx> Cc: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Cc: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> Acked-by: Anand Gadiyar <gadiyar@xxxxxx> --- Sergei tested this and reported it working. This is needed since the TI DA8xx support was merged in .32-rc2 This fixes a null-pointer dereference bug in Linus' tree. Waiting for a Tested-by/Ack from Sergei, but as far as I can tell, this is a valid fix. drivers/usb/musb/davinci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index e16ff60..6691381 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -42,7 +42,7 @@ #include "musb_core.h" #ifdef CONFIG_MACH_DAVINCI_EVM -#define GPIO_nVBUS_DRV 144 +#define GPIO_nVBUS_DRV 160 #endif #include "davinci.h" -- 1.6.0.rc1.64.g61192 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html