Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Apr 2013 07:59:00 +0000 (00:59 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 23 Apr 2013 23:32:23 +0000 (20:32 -0300)
commit72f78356a4a688d7286ac18c1b57d5507f68eefe
tree57af81a830d1d1dd8eb81490378878fb6bc18d79
parent77a63e0a550a731d2bd330679696d8fe66bf94a9
Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling

The CID is fixed to L2CAP ATT channel and so there is no need to hand it
down to the handling function. Just use a constant instead.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Acked-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c