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

Commit f4903509 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: fix listener unregistration issue"

parents 4b6072e9 7f13303c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,7 @@ static int qseecom_unregister_listener(struct qseecom_dev_handle *data)
				atomic_read(&data->ioctl_count) <= 1)) {
			pr_err("Interrupted from abort\n");
			ret = -ERESTARTSYS;
			break;
			return ret;
		}
	}