Re: [PATCH] crypto: qat - remove incorrect __exit markup

2015-03-11 Thread Herbert Xu
On Mon, Mar 09, 2015 at 01:25:49PM -0700, Dmitry Torokhov wrote: > PCI bus is hot-pluggable, and even if it wasn't one can still unbind the > device from driver via sysfs, so we should not make driver's remove > method as __exit. > > Signed-off-by: Dmitry Torokhov Applied. -- Email: Herbert Xu

[PATCH] crypto: qat - remove incorrect __exit markup

2015-03-09 Thread Dmitry Torokhov
PCI bus is hot-pluggable, and even if it wasn't one can still unbind the device from driver via sysfs, so we should not make driver's remove method as __exit. Signed-off-by: Dmitry Torokhov --- drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff