| commit | 9915378e8c01c497aac6928fa807b80744826156 | [log] [tgz] |
|---|---|---|
| author | Johan Hedberg <johan.hedberg@intel.com> | Tue Jul 26 20:28:06 2016 +0300 |
| committer | Andrew Boie <andrew.p.boie@intel.com> | Wed Jul 27 17:14:59 2016 +0000 |
| tree | 3a1eed558dc5a8b215977edc6df21b87db442b9b | |
| parent | 453b17743544e2048682131fdf1486afbb48dbd7 [diff] |
Bluetooth: Take advantage of ATOMIC_DEFINE atomic_t based flags Using ATOMIC_DEFINE removes the risk of the number of flags growing past 32 and thereby causing an overflow of the flags variable. Change-Id: Id3679a5a1b567b2681bc5bbd6384ed88478a32d6 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>