Re: [PATCH] net/fs_enet/mii-fec: Use PHY_POLL instead of hard coded '-1'

2009-05-08 Thread Wolfram Sang
> This code no longer exists in net-next. EPIC FAIL! :/ I checked the powerpc-tree, but not linux-next. I'm sorry for the noise, will improve! -- Pengutronix e.K. | Wolfram Sang| Industrial Linux Solutions | http://www.pengutronix.de/ |

Re: [PATCH] net/fs_enet/mii-fec: Use PHY_POLL instead of hard coded '-1'

2009-05-08 Thread Grant Likely
On Fri, May 8, 2009 at 8:00 AM, Wolfram Sang wrote: > Initialize the irq-table with PHY_POLL. '-1' means the same now, but is > hardly maintainable. > > Signed-off-by: Wolfram Sang > Cc: Vitaly Bordug > Cc: Pantelis Antoniou > Cc: Grant Likely > Cc: net...@vger.kernel.org > Cc: linuxppc-dev@oz

[PATCH] net/fs_enet/mii-fec: Use PHY_POLL instead of hard coded '-1'

2009-05-08 Thread Wolfram Sang
Initialize the irq-table with PHY_POLL. '-1' means the same now, but is hardly maintainable. Signed-off-by: Wolfram Sang Cc: Vitaly Bordug Cc: Pantelis Antoniou Cc: Grant Likely Cc: net...@vger.kernel.org Cc: linuxppc-dev@ozlabs.org --- drivers/net/fs_enet/mii-fec.c |2 +- 1 files changed