Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 3 Jul 2023 14:17:16 +0000 (17:17 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 11 Aug 2023 18:44:12 +0000 (11:44 -0700)
commit528b2acf434bf4a0fb2969e5222fbe790b95f422
treec3129b47a78e269d2c67b919729570f3e8948216
parentf777d88278170410b06a1f6633f3b9375a4ddd6b
Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()

Return negative -EIO instead of positive EIO.

Fixes: 926df8962f3f ("Bluetooth: msft: Extended monitor tracking by address filter")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/msft.c