Staging: crystalhd: change GFP_ATOMIC to GFP_KERNEL
authorDan Carpenter <error27@gmail.com>
Mon, 14 Mar 2011 09:33:37 +0000 (12:33 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Mar 2011 18:47:08 +0000 (11:47 -0700)
These two allocations are only called from the probe() path and there
aren't any locks held for probe().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found