ks8842: Replace usage of dev_dbg with netdev_dbg
authorRichard Röjfors <richard.rojfors@pelagicore.com>
Sun, 4 Jul 2010 13:26:39 +0000 (13:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jul 2010 01:50:56 +0000 (18:50 -0700)
commita99db196db1166a2159add4a3013e5df0ea126fa
tree8b968e75fb2f8169f6fab4a6a8827b66abf59167
parentc31fd6c25c4619c0745b12cff842721a4bd4202c
ks8842: Replace usage of dev_dbg with netdev_dbg

This patch replaces all usage of dev_dbg with netdev_dbg.

A side effect is that the pointer to the platform device in the adapter
struct can be removed.

Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ks8842.c