Re: [PATCH] mdio_bus: fix devm_mdiobus_alloc_size export

2014-05-09 Thread David Miller
From: Arnd Bergmann Date: Thu, 8 May 2014 16:46:52 +0200 > commit 6d48f44b7b2 "mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free" > introduced a new function devm_mdiobus_alloc_size() but added an export > for a different function devm_mdiobus_alloc(), which was obviously > a simple mista

Re: [PATCH] mdio_bus: fix devm_mdiobus_alloc_size export

2014-05-09 Thread Prabhakar Lad
On Thu, May 8, 2014 at 8:16 PM, Arnd Bergmann wrote: > commit 6d48f44b7b2 "mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free" > introduced a new function devm_mdiobus_alloc_size() but added an export > for a different function devm_mdiobus_alloc(), which was obviously > a simple mistake tha

Re: [PATCH] mdio_bus: fix devm_mdiobus_alloc_size export

2014-05-08 Thread Grygorii Strashko
Hi Arnd, On 05/08/2014 05:46 PM, Arnd Bergmann wrote: commit 6d48f44b7b2 "mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free" introduced a new function devm_mdiobus_alloc_size() but added an export for a different function devm_mdiobus_alloc(), which was obviously a simple mistake that lea

[PATCH] mdio_bus: fix devm_mdiobus_alloc_size export

2014-05-08 Thread Arnd Bergmann
commit 6d48f44b7b2 "mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free" introduced a new function devm_mdiobus_alloc_size() but added an export for a different function devm_mdiobus_alloc(), which was obviously a simple mistake that leads to build error whenever this function is used from a