From: David Miller <davem@davemloft.net>
To: steve.glendinning@smsc.com
Cc: netdev@vger.kernel.org, ian.saturley@smsc.com
Subject: Re: [PATCH] phy: Add suspend/resume support to SMSC PHYs
Date: Wed, 21 Jan 2009 16:05:39 -0800 (PST) [thread overview]
Message-ID: <20090121.160539.178546954.davem@davemloft.net> (raw)
In-Reply-To: <1232459038-13156-1-git-send-email-steve.glendinning@smsc.com>
From: Steve Glendinning <steve.glendinning@smsc.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.
prev parent reply other threads:[~2009-01-22 0:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-20 13:43 [PATCH] phy: Add suspend/resume support to SMSC PHYs Steve Glendinning
2009-01-20 22:05 ` Andy Fleming
2009-01-22 0:05 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090121.160539.178546954.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=ian.saturley@smsc.com \
--cc=netdev@vger.kernel.org \
--cc=steve.glendinning@smsc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).