Bluetooth: Remove gfp_mask param from hci_reassembly()
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 4 Apr 2011 21:25:14 +0000 (18:25 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 4 Apr 2011 21:25:14 +0000 (18:25 -0300)
commit1e429f3842b5c9b5967a250f4daf78f92436268c
tree7f0bc91593a02545d66bfd849dc84e6ceef087ba
parent220b881a77eca96afdd6037dbca3441e8938228f
Bluetooth: Remove gfp_mask param from hci_reassembly()

It is unnecessary, once we are always in interrupt context.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_core.c