Bluetooth: Move bit-field variable in USB driver to data->flags
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 16 Jul 2010 20:20:33 +0000 (17:20 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 21 Jul 2010 17:39:12 +0000 (10:39 -0700)
commit08b8b6c454092ae19cea82787b86ee9596ae1951
treec9bdcdad73fa5e282c35deba581da523bfba6330
parent5d8868ff3d11e3fc5a5c07477f281a16c71714a3
Bluetooth: Move bit-field variable in USB driver to data->flags

did_iso_resume keeps only a bit-field value, so moving that to a proper
flags place.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c