Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9e75a38 authored by David Vrabel's avatar David Vrabel
Browse files

uwb: stop uwbd thread if rc->start() fails



This fixes an oops when uwbd thread continues running after a failed
radio controller start.

Signed-off-by: default avatarDavid Vrabel <david.vrabel@csr.com>
parent 3fafdd7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,8 +288,8 @@ int uwb_rc_add(struct uwb_rc *rc, struct device *parent_dev, void *priv)
error_dev_add:
error_rc_setup:
	rc->stop(rc);
	uwbd_stop(rc);
error_rc_start:
	uwbd_stop(rc);
	return result;
}
EXPORT_SYMBOL_GPL(uwb_rc_add);