hso: Use a more common logging style
commit95a691179725fb8b3463d4d0f09a4d77e3c6f808
authorJoe Perches <joe@perches.com>
Fri, 2 Sep 2016 22:58:01 +0000 (2 15:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2016 20:29:51 +0000 (6 13:29 -0700)
tree2d11e3ccc41f7fbf90dde92489059d84afb8136f
parent13722bbe97b55bbd31651a2e1e12b460f33de134
hso: Use a more common logging style

Macros that end in an underscore are just odd.
Add hso_dbg(level, fmt, ...) and use it everwhere instead.

Several uses had additional unnecessary newlines as the
macro added a newline.  Remove the newline from the macro
and add newlines to each use as appropriate.

Remove now unused D<digit> macros.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c