blob: 155769ea7410bf768f1dd4b9c7f2c0d1bdc03192 [file] [log] [blame]
From c7552a202dea01d2861f0a1629edb362f78a029d Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@suse.de>
Date: Wed, 2 Nov 2011 14:04:11 -0700
Subject: Revert "usb: musb: restore INDEX register in resume path"
From: Greg Kroah-Hartman <gregkh@suse.de>
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 <ext-phil.2.carmody@nokia.com>
Cc: Anand Gadiyar <gadiyar@ti.com>
Cc: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/usb/musb/musb_core.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -1634,7 +1634,6 @@ void musb_dma_completion(struct musb *mu
}
}
}
- musb_writeb(musb_base, MUSB_INDEX, musb->context.index);
}
#else