USB: musb: unmap base if we can't probe
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 21 Jan 2010 13:33:57 +0000 (15:33 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:54:43 +0000 (14:54 -0800)
commitda5108e1a350c84b185b5f11aa58fea93a204fe0
tree8b6b791845044998e540a5e7795139bfe99014f3
parent3d268645d50989bc874fadf20db6fd6d17b380dc
USB: musb: unmap base if we can't probe

when probe() fails, we should iounmap() the mapped address.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c