staging: slicoss: clean up use of dev_err
authorDavid Matlack <matlackdavid@gmail.com>
Sat, 24 May 2014 04:04:55 +0000 (21:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 17:59:53 +0000 (10:59 -0700)
commit811e843ddf9a6583b5c7b45f700fdc92aad24d06
tree8cfc39caaa2c0901216e4abfe669c06d919a1d02
parent17dd4338f37634bcd28aeba988734eeccca46538
staging: slicoss: clean up use of dev_err

First, don't print pci device information or driver prefixes, this
is already printed by dev_err. Next, don't report error messages
via dev_err when the failing function already reports all errors
via dev_err.

Signed-off-by: David Matlack <matlackdavid@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c