usb: musb: Change to direct addr in context save/restore
authorBob Liu <lliubbo@gmail.com>
Fri, 24 Sep 2010 10:44:07 +0000 (13:44 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:54 +0000 (10:21 -0700)
commitae9b2ad2eea729b907ef5dd5e25d1ff8443d03fc
tree5e23c0650a4213127362b02353c736df1566df56
parent496dda704bca1208e08773ba39b29a69536f5381
usb: musb: Change to direct addr in context save/restore

Since not all platforms are using the same offset 0x10 in
musb_save/restore_context() eg Blackfin the offset is 0x40,
Change the indexed address to direct.

Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c