* [PATCH resend 1/2] pata_scc: make scc_wait_after_reset() static
@ 2010-04-24 16:29 Sergei Shtylyov
2010-05-14 21:24 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2010-04-24 16:29 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide
... since, of course, it's not used outside this driver.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
---
The patch is against the recent Linus' tree indeed now, the previously psted
one wasn't...
drivers/ata/pata_scc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6/drivers/ata/pata_scc.c
===================================================================
--- linux-2.6.orig/drivers/ata/pata_scc.c
+++ linux-2.6/drivers/ata/pata_scc.c
@@ -501,8 +501,8 @@ static unsigned int scc_devchk (struct a
* Note: Original code is ata_sff_wait_after_reset
*/
-int scc_wait_after_reset(struct ata_link *link, unsigned int devmask,
- unsigned long deadline)
+static int scc_wait_after_reset(struct ata_link *link, unsigned int devmask,
+ unsigned long deadline)
{
struct ata_port *ap = link->ap;
struct ata_ioports *ioaddr = &ap->ioaddr;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH resend 1/2] pata_scc: make scc_wait_after_reset() static
2010-04-24 16:29 [PATCH resend 1/2] pata_scc: make scc_wait_after_reset() static Sergei Shtylyov
@ 2010-05-14 21:24 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2010-05-14 21:24 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: linux-ide
On 04/24/2010 12:29 PM, Sergei Shtylyov wrote:
> ... since, of course, it's not used outside this driver.
>
> Signed-off-by: Sergei Shtylyov<sshtylyov@ru.mvista.com>
>
> ---
> The patch is against the recent Linus' tree indeed now, the previously psted
> one wasn't...
>
> drivers/ata/pata_scc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
applied 1-2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-14 21:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 16:29 [PATCH resend 1/2] pata_scc: make scc_wait_after_reset() static Sergei Shtylyov
2010-05-14 21:24 ` Jeff Garzik
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.