[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090121.160539.178546954.davem@davemloft.net>
Date: Wed, 21 Jan 2009 16:05:39 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: steve.glendinning@...c.com
Cc: netdev@...r.kernel.org, ian.saturley@...c.com
Subject: Re: [PATCH] phy: Add suspend/resume support to SMSC PHYs
From: Steve Glendinning <steve.glendinning@...c.com>
Date: Tue, 20 Jan 2009 13:43:58 +0000
> diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c
> index c05d38d..185dcd9 100644
> --- a/drivers/net/phy/smsc.c
> +++ b/drivers/net/phy/smsc.c
> @@ -81,6 +81,9 @@ static struct phy_driver lan83c185_driver = {
> .ack_interrupt = smsc_phy_ack_interrupt,
> .config_intr = smsc_phy_config_intr,
>
> + .suspend = genphy_suspend,
> + .resume = genphy_resume,
> +
Please use tabs, not spaces, here.
--
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