Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1305834
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH -next v2] net: bfin_mac: Fix build error due to missed API change |
| Date | 2016-01-11 05:40 +0100 |
| Message-ID | <qPCqT-5KZ-37@gated-at.bofh.it> (permalink) |
| References | <qPpN0-5Qp-9@gated-at.bofh.it> <qPqpH-66L-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Andrew Lunn <andrew@lunn.ch>
Date: Sun, 10 Jan 2016 16:45:32 +0100
> On Sun, Jan 10, 2016 at 07:08:04AM -0800, Guenter Roeck wrote:
>> Commit 7f854420fbfe ("phy: Add API for {un}registering an mdio device to
>> a bus") introduces an API to access mii_bus structures, but missed to
>> update the bfin_mac driver. This results in the following error message
>>
>> drivers/net/ethernet/adi/bfin_mac.c: In function 'mii_probe':
>> drivers/net/ethernet/adi/bfin_mac.c:401:52: error:
>> 'struct mii_bus' has no member named 'phy_map'
>>
>> Use phy_find_first() instead of open-coding it.
>>
>> Fixes: 7f854420fbfe ("phy: Add API for {un}registering an mdio device to a bus")
>> Cc: Andrew Lunn <andrew@lunn.ch>
>> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
>
> Acked-by: Andrew Lunn <andrew@lunn.ch>
>
> Hi Dave
>
> Although Sadip Mukerjee's patch [PATCH 1/2] phy: fix blackfin build failure
> is correct, this one is better. Please take this one in preference.
> We do still however need Sadip's [2/2] bfin_mac: fix error path
Sorry, I applied Sadip's patch already.
I'll need to get something relative if you really want this
variant in my tree.
Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH -next v2] net: bfin_mac: Fix build error due to missed API change Guenter Roeck <linux@roeck-us.net> - 2016-01-10 16:10 +0100
Re: [PATCH -next v2] net: bfin_mac: Fix build error due to missed API change Andrew Lunn <andrew@lunn.ch> - 2016-01-10 16:50 +0100
Re: [PATCH -next v2] net: bfin_mac: Fix build error due to missed API change David Miller <davem@davemloft.net> - 2016-01-11 05:40 +0100
csiph-web