From: David S. Miller Date: Wed, 16 Jul 2014 06:16:15 +0000 (-0700) Subject: Merge branch 'bonding-next' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7a575f6b907ea5d207d2b5010293c189616eae34;p=deliverable%2Flinux.git Merge branch 'bonding-next' 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 CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- 7a575f6b907ea5d207d2b5010293c189616eae34