commit | 4df9f5e39fb224a4857c3411b4cbe419e4d339e8 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Mon Sep 27 14:22:05 2021 +0300 |
committer | Ramon Fried <rfried.dev@gmail.com> | Tue Sep 28 18:50:57 2021 +0300 |
tree | b5fe674b0e40c0fa97bd8a360da79bdb335c4b0d | |
parent | 19ef59f1e098a977272080f5a7321169d8b98f34 [diff] |
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>