OSDN Git Service

Bluetooth: Fix compile warnings in mgmt
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Mon, 18 Jun 2012 10:03:46 +0000 (13:03 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 19 Jun 2012 02:55:59 +0000 (23:55 -0300)
commit33cef264cd945d64ae8cbbfc5f246661f9655483
tree0a758582574f6e9cd6f421c3cb951a833ab84af7
parent3701f94451ea341fb5305cb55f7afc04bf0dc56e
Bluetooth: Fix compile warnings in mgmt

Commit af7985bf85840e3dc90ba108a679db044f91f00e introduced regression
resulting in complie warnings:

...
net/bluetooth/mgmt.c:3568:27: warning: invalid assignment: |=
net/bluetooth/mgmt.c:3568:27:    left side has type restricted __le32
net/bluetooth/mgmt.c:3568:27:    right side has type int
net/bluetooth/mgmt.c:3570:27: warning: invalid assignment: |=
net/bluetooth/mgmt.c:3570:27:    left side has type restricted __le32
net/bluetooth/mgmt.c:3570:27:    right side has type int
net/bluetooth/mgmt.c:3580:21: warning: cast from restricted __le32
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/mgmt.c