igb_uio: use kernel standard log message
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 6 Jun 2014 23:50:29 +0000 (16:50 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 18 Jul 2014 23:54:41 +0000 (01:54 +0200)
commit4ca282650605f8a57d4e44fc173d828504c3937b
tree9c7e95f7673fdcfbd64bd01f8a05c0a16b5d3943
parent9916d3d12fc66b3cda7b3525e7df6b1439c8e81c
igb_uio: use kernel standard log message

Use Linux kernel standard coding conventions for console messages.
Bare use of printk() is not desirable and is reported as a style
problem by checkpatch. Instead use pr_info() and dev_info()
to print out log messages where appropriate.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/linuxapp/igb_uio/igb_uio.c