> From: SF Markus Elfring [mailto:[email protected]] > Sent: Saturday, October 28, 2017 4:57 PM > To: [email protected]; [email protected]; UNGLinuxDriver; > Woojung Huh - C21699 > Cc: LKML; [email protected] > Subject: [PATCH] lan78xx: Use common error handling code in > lan78xx_phy_init() > > From: Markus Elfring <[email protected]> > Date: Sat, 28 Oct 2017 22:42:52 +0200 > > * Add a jump target so that a specific error message is stored only once > at the end of this function implementation. > > * Replace two calls of the function "netdev_err" by goto statements. > > * Adjust two condition checks. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <[email protected]> > ---
Reviewed-by: Woojung Huh <[email protected]>
