]> git.baikalelectronics.ru Git - kernel.git/commit
hso: Use a more common logging style
authorJoe Perches <joe@perches.com>
Fri, 2 Sep 2016 22:58:01 +0000 (15:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2016 20:29:51 +0000 (13:29 -0700)
commit89026f34377d28d18703ae6d98757a9c86756b6a
tree2d11e3ccc41f7fbf90dde92489059d84afb8136f
parent94e793bd53ab37e6be6e7b4cf773345ee4268dcd
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