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:
7fbb875
)
debug warnings: consolidate warn_slowpath and warn_on_slowpath
author
Arjan van de Ven
<arjan@linux.intel.com>
Fri, 28 Nov 2008 16:35:25 +0000
(08:35 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 28 Nov 2008 16:52:50 +0000
(17:52 +0100)
Impact: cleanup, code reduction
warn_slowpath is a superset of warn_on_slowpath; just have
warn_on_slowpath call warn_slowpath with a NULL 3rd argument.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found