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)
commita3b6ff03527247c81eab37d95b7fb36e7eda1939
treee2b2fd7b7c8c161aa771a95bdbd20f937bfa9e02
parent89a4d0cbdee5289025c38b6b9706ad5dc5df264b
Staging: crystalhd: change GFP_ATOMIC to GFP_KERNEL

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>
drivers/staging/crystalhd/crystalhd_lnx.c