]> git.karo-electronics.de Git - mv-sheeva.git/commit
au1000-eth: fix bad printk usages
authorFlorian Fainelli <florian@openwrt.org>
Wed, 8 Sep 2010 11:11:45 +0000 (11:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Sep 2010 04:36:37 +0000 (21:36 -0700)
commit215e17be9f390e787cf9b9e5c9020d298b41d513
tree831125b7f6e981110f326fc5bcbde47f4c8a7451
parent18b8e15b0433ac682138ce5d03157ddc28bdf350
au1000-eth: fix bad printk usages

Use pr_(info|err) and pr_cont where required instead of calls to printk.
Add missing pr_fmt to the driver.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/au1000_eth.c