]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: blackfin: remove incorrect __exit_p()
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 1 Feb 2015 05:13:59 +0000 (21:13 -0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 2 Feb 2015 19:04:55 +0000 (13:04 -0600)
commit2d46a9990c9b75e71c1302dc2a30ad0b637a8501
tree2621d4fb567d4633109162b33d91c68b8ca1e6ff
parent301d45279a97b9238f39e165e76b5d1bd14d1a26
usb: musb: blackfin: remove incorrect __exit_p()

bfin_remove() is not (nor should it be) marked as __exit, so we should
not be using __exit_p() wrapper with it, otherwise unbinding through
sysfs does not work properly.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/blackfin.c