Skip to content
Commit f82da723 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 99709372
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment