All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fallout from elsa setup split
@ 2007-10-13 18:42 Al Viro
  2007-10-13 18:50 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-10-13 18:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jeff Garzik, linux-kernel

... and yes, caller wants it to return int.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/drivers/isdn/hisax/elsa.c b/drivers/isdn/hisax/elsa.c
index 0c1351b..948a9b2 100644
--- a/drivers/isdn/hisax/elsa.c
+++ b/drivers/isdn/hisax/elsa.c
@@ -1088,7 +1088,7 @@ setup_elsa_pci(struct IsdnCard *card)
 
 #else
 
-static void __devinit
+static int __devinit
 setup_elsa_pci(struct IsdnCard *card)
 {
 	return (1);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fallout from elsa setup split
  2007-10-13 18:42 [PATCH] fallout from elsa setup split Al Viro
@ 2007-10-13 18:50 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-10-13 18:50 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel

Al Viro wrote:
> ... and yes, caller wants it to return int.
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

ACK (I was just about to send same)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-13 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-13 18:42 [PATCH] fallout from elsa setup split Al Viro
2007-10-13 18:50 ` 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.