Files
u-boot/drivers/net
Tom Rini 4201223de8 net: phy: mv88e61xx: Fix uninitialized variable warning
The variable 'res' may be unused uninitialized if our call to
mv88e61xx_port_read (register read) fails and we goto the error
handling section.  In this case we set 'res' to -EIO to indicate why we
failed.

Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Chris Packham <judge.packham@gmail.com>
Cc: Kevin Smith <kevin.smith@elecsyscorp.com>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-05-12 08:37:30 -04:00
..
2016-10-23 18:33:18 -04:00
2016-12-04 13:55:01 -05:00
2016-02-05 12:47:23 +08:00
2016-12-16 17:15:27 +01:00
2017-04-20 13:20:29 +02:00
2016-02-06 12:00:59 +01:00
2016-08-15 15:29:03 -05:00
2016-05-02 18:37:09 -04:00
2015-11-05 08:22:21 +01:00
2016-09-21 15:04:32 +02:00
2016-08-15 15:29:03 -05:00
2017-04-05 13:52:01 -04:00