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:
6898079
)
USB: emi26.c: remove err() usage
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 23:53:37 +0000
(16:53 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 23:53:37 +0000
(16:53 -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: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found