Luis de Bethencourt 7d08d56527 bluez: remove unnecessary goto
All goto fail happen before ret is set. ret must be NULL, and the only
thing the fail statement block does is return NULL. Replacing the jumps to
do this return directly.

CID #1311329
2015-07-08 12:23:51 +01:00
..
2015-07-08 12:23:51 +01:00
2014-12-04 17:00:52 -03:00