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>
Mon, 10 Dec 2012 20:43:57 +0000 (22:43 +0200)
commite9a0e57114397d6d4e966b3d3714c934176bb28b
tree80288501a8514271cd32785a5105ee9a3374046e
parent53144ca5c601c2aecdf4a8f3299afd14ddfcf495
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