git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df7731
)
USB: Staging: media: lirc: lirc_imon: remove err() usage
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 24 Apr 2012 00:14:54 +0000
(17:14 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 24 Apr 2012 16:08:21 +0000
(09:08 -0700)
err() was a very old USB-specific macro that I thought had
gone away. This patch removes it from being used in the
driver and uses dev_err() instead.
Cc: Jarod Wilson <jarod@wilsonet.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found