Searched hist:be12502e2e64854dbe0a2ddff6d26ec1143d6890 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sgi/ |
H A D | meth.c | diff be12502e2e64854dbe0a2ddff6d26ec1143d6890 Wed Mar 01 19:24:47 CST 2017 Dmitry Torokhov <dmitry.torokhov@gmail.com> drivers: net: ethernet: 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: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | diff be12502e2e64854dbe0a2ddff6d26ec1143d6890 Wed Mar 01 19:24:47 CST 2017 Dmitry Torokhov <dmitry.torokhov@gmail.com> drivers: net: ethernet: 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: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | declance.c | diff be12502e2e64854dbe0a2ddff6d26ec1143d6890 Wed Mar 01 19:24:47 CST 2017 Dmitry Torokhov <dmitry.torokhov@gmail.com> drivers: net: ethernet: 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: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/faraday/ |
H A D | ftmac100.c | diff be12502e2e64854dbe0a2ddff6d26ec1143d6890 Wed Mar 01 19:24:47 CST 2017 Dmitry Torokhov <dmitry.torokhov@gmail.com> drivers: net: ethernet: 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: David S. Miller <davem@davemloft.net>
|
H A D | ftgmac100.c | diff be12502e2e64854dbe0a2ddff6d26ec1143d6890 Wed Mar 01 19:24:47 CST 2017 Dmitry Torokhov <dmitry.torokhov@gmail.com> drivers: net: ethernet: 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: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | sb1250-mac.c | diff be12502e2e64854dbe0a2ddff6d26ec1143d6890 Wed Mar 01 19:24:47 CST 2017 Dmitry Torokhov <dmitry.torokhov@gmail.com> drivers: net: ethernet: 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: David S. Miller <davem@davemloft.net>
|