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:
f0e615c
)
device: add dev_WARN_ONCE
author
Felipe Balbi
<balbi@ti.com>
Wed, 16 Mar 2011 13:59:35 +0000
(15:59 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 19 Apr 2011 23:45:50 +0000
(16:45 -0700)
it's quite useful to print the device name
on the stack dump caused by WARN(), but
there are other cases where we might want
to use WARN_ONCE.
Introduce a helper similar to dev_WARN() for
that case too.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found