bluetooth: hci_bcsp.c small cleanups/api users
authorHarvey Harrison <harvey.harrison@gmail.com>
Tue, 10 Jun 2008 19:48:45 +0000 (12:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Jun 2008 19:48:45 +0000 (12:48 -0700)
commitc5ec514016d1a65922465372ff1e6748e6f7dea9
tree85792d041ec41e90bc20933a42b7b3e6c40f282d
parent9a727a250c676334efdcb71a5b2ad4603addda06
bluetooth: hci_bcsp.c small cleanups/api users

Use bitrev16 from lib/bitrev.c.

Use the get_unaligned_be16 to get the crc from the packet, create a
small helper function for this.

Fix a shadowed variable sparse warning:
drivers/bluetooth/hci_bcsp.c:218:26: warning: symbol 'hdr' shadows an earlier one
drivers/bluetooth/hci_bcsp.c:187:5: originally declared here

[akpm@linux-foundation.org: select CONFIG_BITREVERSE, noted by akinobu.mita@gmail.com]
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/bluetooth/Kconfig
drivers/bluetooth/hci_bcsp.c