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:
9970937
)
Documentation/connector/cn_test.c: don't use gfp_any()
author
Andrew Morton
<akpm@linux-foundation.org>
Fri, 13 Feb 2009 00:47:01 +0000
(16:47 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 13 Feb 2009 00:47:01 +0000
(16:47 -0800)
cn_test_timer_func() is a timer handler and can never use GFP_KERNEL -
there's no point in using gfp_any() here.
Also, use setup_timer().
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found