net/caifcaif_dev.c: Use netdev_<level>
authorJoe Perches <joe@perches.com>
Sun, 5 Sep 2010 22:08:09 +0000 (22:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 01:48:43 +0000 (18:48 -0700)
Convert pr_<level>("%s" ..., (struct netdev *)->name ...)
to netdev_<level>((struct netdev *), ...)

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

No differences found