All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2010-09-16 15:28 adi
  0 siblings, 0 replies; only message in thread
From: adi @ 2010-09-16 15:28 UTC (permalink / raw)


>From 8314f5b151dcddea0359137cfd44d6d8b58f8367 Mon Sep 17 00:00:00 2001
From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Date: Thu, 16 Sep 2010 17:04:24 +0200
Subject: [PATCH] Fix FTBFS caused by RT-patch in drivers/staging/comedi/drivers/usbdux.c
To: linux-kernel@vger.kernel.org
Cc: mingo@redhat.com,
    tglx@linutronix.de

This patch corrects a typo in the RT patchset that prevents usbdux.c
from being built.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
---
 drivers/staging/comedi/drivers/usbdux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/comedi/drivers/usbdux.c b/drivers/staging/comedi/drivers/usbdux.c
index d611bd7..b98e91c 100644
--- a/drivers/staging/comedi/drivers/usbdux.c
+++ b/drivers/staging/comedi/drivers/usbdux.c
@@ -2370,7 +2370,7 @@ static int usbduxsub_probe(struct usb_interface *uinterf,
 	dev_dbg(dev, "comedi_: usbdux: "
 		"usbduxsub[%d] is ready to connect to comedi.\n", index);
 
-	sema_init(&(usbduxsub[index].sem)), 1;
+	sema_init(&(usbduxsub[index].sem), 1);
 	/* save a pointer to the usb device */
 	usbduxsub[index].usbdev = udev;
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-16 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-16 15:28 adi

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.