From: Johan Hedberg Date: Sun, 14 Sep 2014 05:49:34 +0000 (+0300) Subject: Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame() X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~71^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9753eff1b875d579dc04d675e72d6e31e866927;p=pandora-kernel.git Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame() All hdev->send() calls are these days done through a work queue. For the btusb driver this means the btusb_send_frame() function. Because of this we can safely use GFP_KERNEL for all memory allocations in this code path. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed