staging: btmtk_usb: use GFP_KERNEL inplace of GFP_ATOMIC in _probe path
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 2 Jun 2013 16:55:26 +0000 (22:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 19:35:53 +0000 (12:35 -0700)
the _probe function doesn't run in interrupt context, so no need to use
the GFP_ATOMIC allocations, instead driver can request for GFP_KERNEL

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found