From: Joe Perches Date: Tue, 9 Feb 2010 11:49:48 +0000 (+0000) Subject: drivers/net/atl1e: Use netdev_printk helpers X-Git-Tag: v2.6.34-rc1~233^2~359 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba211e3ec35820eced89bfe12e2d94e6352a4c5f;p=pandora-kernel.git drivers/net/atl1e: Use netdev_printk helpers Logging messages sometimes had duplicated "ATL1E" output. For instance: ATL1E 0000:03:00.0: ATL1E: eth0 NIC Link is Up<100 Mbps Full Duplex> is now: ATL1E 0000:03:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex> Add some consistency to logging messages Add some missing \n's to logging messages Miscellaneous typo spelling corrections Change atl1e_validate_option argument from pdev to adapter Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed