usb: musb: debugfs: musb_exit_debugfs() can be called on probe
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 25 Mar 2010 11:25:18 +0000 (13:25 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:35 +0000 (13:21 -0700)
commitb0f9da7e02776a8c5ad61b9e24feebf7b12a7243
tree6b88155e7e21759ba9cf04f884cb65d75fed8329
parente618834ef9608750a36d03d4aa9a9f931aa788d6
usb: musb: debugfs: musb_exit_debugfs() can be called on probe

when we fail to probe(), we can call musb_exit_debugfs().
Allow that by removing section annotations.

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