]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "usb: musb: restore INDEX register in resume path"
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Nov 2011 21:04:11 +0000 (14:04 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 21:47:35 +0000 (13:47 -0800)
This reverts commit 5aa8a93b5d44724f1f63357b300eca208fb069d0.

Turns out this breaks the build, and as such, really isn't needed for
the 2.6.33-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

index 2413c0fcac6d3b1037522cb9d94216dac2a07a29..e176a06ed01021d86695f53c09ae57ef676524e1 100644 (file)
@@ -1640,7 +1640,6 @@ void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit)
                        }
                }
        }
-       musb_writeb(musb_base, MUSB_INDEX, musb->context.index);
 }
 
 #else