]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c0a9aa0e305faada93892b5d877f2b614438f79
treee2b2fd7b7c8c161aa771a95bdbd20f937bfa9e02
parentf997fdf3b490e9d5d74193c81b0913fe1bb80f8b
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