Documentation/connector/cn_test.c: don't use gfp_any()
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 13 Feb 2009 00:47:01 +0000 (16:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Feb 2009 00:47:01 +0000 (16:47 -0800)
commitf82da723398ff18d49275a5f03de6cae5f592e8e
treeacd95449d77d4b565baa71eb287d228a1e1fcbf4
parent99709372736a216f99eb32b76fba835a2bfc93a8
Documentation/connector/cn_test.c: don't use gfp_any()

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>
Documentation/connector/cn_test.c