staging: dgap: cleanup print messages for dgap driver
authorDaeseok Youn <daeseok.youn@gmail.com>
Sat, 9 Aug 2014 05:39:29 +0000 (14:39 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:06 +0000 (12:23 -0700)
commit6c66843dabbc2cb75832c7ebcaade9038d16702f
tree97fc76376c127ee94df914af42a8e31609904992
parent3cfa648b124ccbf5bc6aea92beef8ed35a06f1ed
staging: dgap: cleanup print messages for dgap driver

* use dev_{warn,err} instead of pr_{warn,err}
* removes dgap_err() and just use pr_err(). pr_err() used in
dgap_parsefile() not dev_err() because if dgap_parsefile() is
failed, just one message is printed.
* removes "out of memory" messages.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c