USB: remove dbg() usage in USB networking drivers
The dbg() USB macro is so old, it predates me. The USB networking drivers are the last hold-out using this macro, and we want to get rid of it, so replace the usage of it with the proper netdev_dbg() or dev_dbg() (depending on the context) calls. Some places we end up using a local variable for the debug call, so also convert the other existing dev_* calls to use it as well, to save tiny amounts of code space. Signed-off-by:Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/usb/asix_devices.c 20 additions, 16 deletionsdrivers/net/usb/asix_devices.c
- drivers/net/usb/catc.c 32 additions, 23 deletionsdrivers/net/usb/catc.c
- drivers/net/usb/gl620a.c 7 additions, 3 deletionsdrivers/net/usb/gl620a.c
- drivers/net/usb/kaweth.c 67 additions, 67 deletionsdrivers/net/usb/kaweth.c
- drivers/net/usb/net1080.c 23 additions, 25 deletionsdrivers/net/usb/net1080.c
- drivers/net/usb/rtl8150.c 3 additions, 3 deletionsdrivers/net/usb/rtl8150.c
Loading
Please register or sign in to comment