libertas: Use netdev_<level> or dev_<level> where possible
authorJoe Perches <joe@perches.com>
Mon, 2 May 2011 23:49:15 +0000 (16:49 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 May 2011 17:06:02 +0000 (13:06 -0400)
Using the more descriptive logging styles gives a bit
more information about the device being operated on.

Makes the object trivially smaller too.

$ size drivers/net/wireless/libertas/built-in.o.*
 187730    2973   38488  229191   37f47 drivers/net/wireless/libertas/built-in.o.new
 188195    2973   38488  229656   38118 drivers/net/wireless/libertas/built-in.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found