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

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

Merge "usb: ccid: Fix possible scenario of double unlock"

parents d89faed9 9927d25d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -857,9 +857,9 @@ static ssize_t ccid_bulk_write(struct file *fp, const char __user *buf,
						&bulk_dev->tx_idle)))
				ccid_request_free(req, ccid_dev->in);
			r = -ENODEV;
			goto done;
		}
		spin_unlock_irqrestore(&ccid_dev->lock, flags);
		goto done;
	}
done:
	pr_debug("ccid_bulk_write returning %d\n", r);