commit | dd3b8a32e66cc3274a27338335337a5b65611ea5 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Aug 29 08:08:02 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 30 13:29:32 2012 -0400 |
tree | a292e1557586df48f9c4832a086a846a50757171 | |
parent | afae5ad78b342f401c28b0bb1adb3cd494cb125a [diff] |
net/fsl-pq-mdio: coalesce multiple memory allocations into one Take advantage of the new mdiobus_alloc_size() function to combine three different memory allocations into one. This also simplies the error handling. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>