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

Commit abd4b787 authored by Suniel Mahesh's avatar Suniel Mahesh Committed by Greg Kroah-Hartman
Browse files

staging: ccree: else is not generally useful after a break or return



Fixes checkpatch warnings:

WARNING: else is not generally useful after a break or return

Signed-off-by: default avatarSuniel Mahesh <sunil.m@techveda.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 553aff5f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -386,11 +386,10 @@ int send_request(
		 */
		wait_for_completion(&ssi_req->seq_compl);
		return 0;
	} else {
	}
	/* Operation still in process */
	return -EINPROGRESS;
}
}

/*!
 * Enqueue caller request to crypto hardware during init process.