[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47AAE7CD.9050801@eptar.com>
Date: Thu, 07 Feb 2008 12:13:17 +0100
From: Claudio Lanconelli <lanconelli.claudio@...ar.com>
To: netdev@...r.kernel.org
CC: David Brownell <david-b@...bell.net>
Subject: Re: [patch 2.6.24-git] net/enc28j60: section fix
David Brownell wrote:
> Minor bugfixes to the enc28j60 driver ... wrong section marking and
> indentation, and bogus use of spi_bus_type. (Setting the bus type
> of a driver is a SPI framework responsibility.)
>
> Signed-off-by: David Brownell <dbrownell@...rs.sourceforge.net>
>
Acked-by: Claudio Lanconelli <lanconelli.claudio@...ar.com>
> ---
> Bonus patch.
>
> drivers/net/enc28j60.c | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> --- a/drivers/net/enc28j60.c
> +++ b/drivers/net/enc28j60.c
> @@ -1555,7 +1555,7 @@ error_alloc:
> return ret;
> }
>
> -static int enc28j60_remove(struct spi_device *spi)
> +static int __devexit enc28j60_remove(struct spi_device *spi)
> {
> struct enc28j60_net *priv = dev_get_drvdata(&spi->dev);
>
> @@ -1572,9 +1572,8 @@ static int enc28j60_remove(struct spi_de
> static struct spi_driver enc28j60_driver = {
> .driver = {
> .name = DRV_NAME,
> - .bus = &spi_bus_type,
> .owner = THIS_MODULE,
> - },
> + },
> .probe = enc28j60_probe,
> .remove = __devexit_p(enc28j60_remove),
> };
>
>
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists