u-boot-brain/drivers/net/phy
Marek Vasut 75c056d70e net: phy: micrel: Fix error handling
Fix the following error, the $ret variable handling must
be part of the loop, while due to the missing parenthesis
it was not.

drivers/net/phy/micrel.c: In function ‘ksz9021_of_config’:
drivers/net/phy/micrel.c:303:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  for (i = 0; i < ARRAY_SIZE(ofcfg); i++)
  ^~~
drivers/net/phy/micrel.c:305:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
   if (ret)
   ^~
drivers/net/phy/micrel.c: In function ‘ksz9031_of_config’:
drivers/net/phy/micrel.c:411:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  for (i = 0; i < ARRAY_SIZE(ofcfg); i++)
  ^~~
drivers/net/phy/micrel.c:413:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
   if (ret)
   ^~

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-12-08 10:36:21 -06:00
..
aquantia.c driver: net: phylib: add support for aquantia AQR106/107 PHY 2016-07-06 10:45:04 -05:00
atheros.c drivers: net: phy: atheros: add separate config for AR8031 2016-10-13 12:24:55 -05:00
broadcom.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
cortina.c nand: Embed mtd_info in struct nand_chip 2016-06-03 20:27:48 -05:00
davicom.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
et1011c.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
generic_10g.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
lxt.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
Makefile phy: Add phy driver support for xilinx PCS/PMA core 2016-04-04 20:10:44 +02:00
marvell.c net: phy: marvell: Add a missing errno.h header 2016-07-27 14:15:54 -06:00
micrel.c net: phy: micrel: Fix error handling 2016-12-08 10:36:21 -06:00
miiphybb.c net: mii: Changes not made by spatch 2016-08-15 15:29:03 -05:00
mv88e61xx.c net: mv88e61xx: Add support for fixed links 2016-10-13 12:25:18 -05:00
mv88e6352.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
natsemi.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
phy.c net: phy: Add PHY driver for mv88e61xx switches 2016-05-24 11:39:04 -05:00
realtek.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
smsc.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
teranetics.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
ti.c net: phy: dp83867: Add SGMII helper for configuration 2016-05-24 11:42:05 -05:00
vitesse.c net: phy: Handle phy_startup() error codes properly 2016-05-24 13:17:59 +02:00
xilinx_phy.c phy: Add phy driver support for xilinx PCS/PMA core 2016-04-04 20:10:44 +02:00