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

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

Merge "msm: mhi_dev: remove return value for function returning void"

parents 6c45636a 2828c8b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1854,7 +1854,7 @@ static void mhi_dev_enable(struct work_struct *work)

	rc = mhi_dev_mmio_read(mhi, BHI_INTVEC, &bhi_intvec);
	if (rc)
		return rc;
		return;

	if (bhi_intvec != 0xffffffff) {
		/* Indicate the host that the device is ready */