commit | ebe937f74b8a72cf3ceeae5c2194a160bb092901 | [log] [tgz] |
---|---|---|
author | Gianluca Anzolin <gianluca@sottospazio.it> | Mon Jul 29 17:08:09 2013 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Aug 21 16:47:06 2013 +0200 |
tree | a5da8a08933923db90297ca5a02ed6d02606f593 | |
parent | 396dc223dd36edd218650d042a07c5e61f022c5b [diff] |
Bluetooth: Remove the device from the list in the destructor The current code removes the device from the device list in several places. Do it only in the destructor instead and in the error path of rfcomm_add_dev() if the device couldn't be initialized. Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it> Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>