Skip to content
Commit 2b803088 authored by Sergey Organov's avatar Sergey Organov Committed by Jakub Kicinski
Browse files

net: fec: get rid of redundant code in fec_ptp_set()



Code of the form "if(x) x = 0" replaced with "x = 0".

Code of the form "if(x == a) x = a" removed.

Signed-off-by: default avatarSergey Organov <sorganov@gmail.com>
Acked-by: default avatarFugang Duan <fugang.duan@nxp.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 19956034
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment