commit | 7136e11e0cf520ab3fc7b55a20e60c2ec5ea88e1 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Aug 08 04:50:36 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 17 02:32:54 2010 -0700 |
tree | 7d52e07cbdfdca5c697fdac0768c05ac778048cb | |
parent | ea0a52c4fd8eb2c8e0586b939c484e160fb4a721 [diff] |
pcnet_cs: Use pr_fmt and pr_<level> It looks as if the printks in get_ax88190 are incorrect and were duplicated and superceded by a test in pcnet_config, so I removed them. Changed the level of the ax88190 test to KERN_NOTICE to match the other message styles in pcnet_config. Compiled but untested. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>