bluez: AVDTP: Fix errno handling convention
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Wed, 16 Nov 2011 13:19:49 +0000 (09:19 -0400)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 9 Jan 2013 14:30:13 +0000 (14:30 +0000)
commit86c2797eefae0d5bd9eca6e28e36f63a3524603c
tree136f525793cee0018b9ebfd6351d14af2151f580
parent64c053201734a0ef02f988b69cc0b9207cb281c7
bluez: AVDTP: Fix errno handling convention

Variables which are assigned to the errno variable (usually called
"err") should be negative, and "-err" should be used where a positive
value is needed.
sys/bluez/gstavdtpsink.c