From abd2ed99e8e0cf1481e7133e90587128e79fd689 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 2 Nov 2011 14:04:11 -0700 Subject: [PATCH] Revert "usb: musb: restore INDEX register in resume path" This reverts commit 262e2d9d559334e09bc80516132ea99d82f97b8c. Turns out this breaks the build, and as such, really isn't needed for the 2.6.32-stable branch at all. Reported-by: Phil Carmody Cc: Anand Gadiyar Cc: Ajay Kumar Gupta Cc: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- drivers/usb/musb/musb_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index b9afd6a26a3..24212bed2d2 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -1634,7 +1634,6 @@ void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit) } } } - musb_writeb(musb_base, MUSB_INDEX, musb->context.index); } #else -- 2.11.4.GIT