Merge branch 'bonding-next'
authorDavid S. Miller <[email protected]>
Wed, 16 Jul 2014 06:16:15 +0000 (23:16 -0700)
committerDavid S. Miller <[email protected]>
Wed, 16 Jul 2014 06:16:15 +0000 (23:16 -0700)
Veaceslav Falico says:

====================
bonding: convert pr_* to netdev_*

Currently bonding uses pr_info/warn/etc. function to print something, while
it's encouraged to use netdev_info/warn/etc. in net/.

This patchset converts them where possible (i.e. where we have a working
net_device). Also, convert pr_ratelimit* to net_() and remove the pr_fmt,
to unify netdev_* and pr_* outputs.
====================

CC: Jay Vosburgh <[email protected]>
CC: Andy Gospodarek <[email protected]>
Signed-off-by: Veaceslav Falico <[email protected]>
Signed-off-by: David S. Miller <[email protected]>

Trivial merge