pcnet_cs: Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Sun, 8 Aug 2010 04:50:36 +0000 (04:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Aug 2010 09:32:54 +0000 (02:32 -0700)
commit7136e11e0cf520ab3fc7b55a20e60c2ec5ea88e1
tree7d52e07cbdfdca5c697fdac0768c05ac778048cb
parentea0a52c4fd8eb2c8e0586b939c484e160fb4a721
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>
drivers/net/pcmcia/pcnet_cs.c