* [PATCH] parisc/superio: fix build breakage
@ 2009-04-16 14:45 Alexander Beregalov
2009-04-16 16:14 ` Kyle McMartin
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2009-04-16 14:45 UTC (permalink / raw)
To: alan; +Cc: linux-parisc, linux-kernel, Alexander Beregalov
Usage of parport_pc_probe_port was changed in 28783eb52
(parport: Fix various uses of parport_pc).
It introduced this build error:
drivers/parisc/superio.c: In function 'superio_parport_init':
drivers/parisc/superio.c:437: error: too few arguments to function
'parport_pc_probe_port'
Fix it.
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
drivers/parisc/superio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/parisc/superio.c b/drivers/parisc/superio.c
index 33e5ade..9ab9796 100644
--- a/drivers/parisc/superio.c
+++ b/drivers/parisc/superio.c
@@ -434,8 +434,8 @@ static void __init superio_parport_init(void)
0 /*base_hi*/,
PAR_IRQ,
PARPORT_DMA_NONE /* dma */,
- NULL /*struct pci_dev* */),
- 0 /* shared irq flags */ )
+ NULL /*struct pci_dev* */,
+ 0 /* shared irq flags */))
printk(KERN_WARNING PFX "Probing parallel port failed.\n");
#endif /* CONFIG_PARPORT_PC */
--
1.6.2.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] parisc/superio: fix build breakage
2009-04-16 14:45 [PATCH] parisc/superio: fix build breakage Alexander Beregalov
@ 2009-04-16 16:14 ` Kyle McMartin
0 siblings, 0 replies; 2+ messages in thread
From: Kyle McMartin @ 2009-04-16 16:14 UTC (permalink / raw)
To: Alexander Beregalov; +Cc: alan, linux-parisc, linux-kernel
On Thu, Apr 16, 2009 at 06:45:59PM +0400, Alexander Beregalov wrote:
> Usage of parport_pc_probe_port was changed in 28783eb52
> (parport: Fix various uses of parport_pc).
>
> It introduced this build error:
> drivers/parisc/superio.c: In function 'superio_parport_init':
> drivers/parisc/superio.c:437: error: too few arguments to function
> 'parport_pc_probe_port'
>
> Fix it.
>
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Hi Alexander,
Wei Yongjun sent this patch in a few days ago, and I've applied it, but
it appears I forgot to update patchwork or push out the fixes branch.
Cheers, Kyle
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-16 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-16 14:45 [PATCH] parisc/superio: fix build breakage Alexander Beregalov
2009-04-16 16:14 ` Kyle McMartin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®