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

Commit 2828c8b0 authored by Rama Krishna Phani A's avatar Rama Krishna Phani A
Browse files

msm: mhi_dev: remove return value for function returning void



Return value is not needed for function with void return type.
Remove return value for a function returning void.

Change-Id: I47b892c553c8ff3ecd23b138f1c65d1688bc244b
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent 3d7520e8
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 */