bluetooth: Remove minor unnecessary check
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Thu, 26 Jul 2012 10:36:33 +0000 (12:36 +0200)
committerJaska Uimonen <jaska.uimonen@intel.com>
Thu, 24 Jan 2013 07:29:35 +0000 (09:29 +0200)
commit7b3310fb9bfc5d4d4f3efa9e8d48818a7c599237
treed19de6a98a2e2f48bb84a78dff0f7baa65363130
parent68728df301624e193b8d095f390de7847f2bf99e
bluetooth: Remove minor unnecessary check

The return value of dbus_message_iter_next() doesn't need to be checked
since the while condition will be false anyway (arg type will be
DBUS_TYPE_INVALID).
src/modules/bluetooth/bluetooth-util.c