commit | 75d7735c7a3ddc3842473219460285748d10db11 | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Mon Jan 30 09:22:10 2012 -0300 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Mon Feb 13 17:01:30 2012 +0200 |
tree | fad858e61a75f917f767554f8f14e0e3a57960df | |
parent | cb601d7e65f497a2a172d65b2ef1d738ac6fe4f4 [diff] |
Bluetooth: Use GFP_KERNEL in hci_chan_create() This function is called in process context only, so it should use GFP_KERNEL to allocate memory. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>