]> www.infradead.org Git - users/jedix/linux-maple.git/commit
enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>
authorSujith Sankar <ssujith@cisco.com>
Tue, 13 Oct 2015 09:47:36 +0000 (15:17 +0530)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 19 Oct 2015 20:39:03 +0000 (13:39 -0700)
commit33aff90032d0b7569e8abb9f2e39551e5f156702
treeaff3ce9cbe406612e048d788820ed17131952983
parent5f1d44cc1c1fb12b21ec017108e662e0f89b0443
enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>

pr_info does not give any details about the interface involved. This patch
uses netdev_info for printing the message. Use dev_info where netdev is not
ready.

Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cisco/enic/enic.h
drivers/net/ethernet/cisco/enic/vnic_cq.c
drivers/net/ethernet/cisco/enic/vnic_dev.c
drivers/net/ethernet/cisco/enic/vnic_intr.c
drivers/net/ethernet/cisco/enic/vnic_rq.c
drivers/net/ethernet/cisco/enic/vnic_wq.c