]> git.baikalelectronics.ru Git - uboot.git/commit
scripts: ensure the cocci script for miiphy_register does not leak the MDIO bus
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 27 Sep 2021 11:22:05 +0000 (14:22 +0300)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 28 Sep 2021 15:50:57 +0000 (18:50 +0300)
commit4909b5f9d2c8561024e7144979b57a5e059de6dc
treeb5fe674b0e40c0fa97bd8a360da79bdb335c4b0d
parent354395f1cbb90c1370e392928f781262e6d2fe4a
scripts: ensure the cocci script for miiphy_register does not leak the MDIO bus

When mdio_register fails, mdio_free should be called on the mdiodev that
was previously allocated with mdio_alloc.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
scripts/coccinelle/net/mdio_register.cocci