commit | 18e4aeb9b8bacafd3deebd4763c0f21a9934ed72 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Mar 19 14:14:51 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Mar 19 13:55:05 2014 -0700 |
tree | ee2f43e7ad82c2169aa9041cba244de563873fb4 | |
parent | 2e2336445e696805b40d6a13cf25f26d49e20069 [diff] |
Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID This is a trivial coding style simplification by instead of having an extra early return to instead revert the if condition and do the single needed queue_work() call there. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>