[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071013184242.GM8181@ftp.linux.org.uk>
Date: Sat, 13 Oct 2007 19:42:42 +0100
From: Al Viro <viro@....linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jeff Garzik <jgarzik@...ox.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] fallout from elsa setup split
... and yes, caller wants it to return int.
Signed-off-by: Al Viro <viro@...iv.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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists