linux-stable/drivers/staging/media/bcm2048
Dmitry Torokhov 733e009c37 [media] Staging: media: radio-bcm2048: remove incorrect __exit markups
Even if bus is not hot-pluggable, devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-03-22 10:14:58 -03:00
..
Kconfig
Makefile
radio-bcm2048.c [media] Staging: media: radio-bcm2048: remove incorrect __exit markups 2017-03-22 10:14:58 -03:00
radio-bcm2048.h [media] bcm2048: Remove FSF mailing address 2016-10-24 18:32:05 -02:00
TODO