Skip to content
Snippets Groups Projects
Commit 4b23d3c8 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon: Committed by Joe Hershberger
Browse files

drivers: net: cpsw: remove superfluous assignment.


In

	int ret = A;
	ret = B;

the first assignment has not effect.

Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger's avatarJoe Hershberger <joe.hershberger@ni.com>
parent f2453430
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment