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:
6b7b284
)
sched: might_sleep(): Make file parameter const char *
author
Simon Kagstrom
<simon.kagstrom@netinsight.net>
Wed, 23 Dec 2009 10:08:18 +0000
(11:08 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 28 Dec 2009 09:50:13 +0000
(10:50 +0100)
Fixes a warning when building with g++:
warning: deprecated conversion from string constant to 'char*'
And the file parameter use is constant, so mark it as such.
Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Cc: peterz@infradead.org
LKML-Reference: <
20091223110818
.
442d848e
@marrow.netinsight.se>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found