[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100916152840.9CCB024052@mx1.mirz.uni-jena.de>
Date: Thu, 16 Sep 2010 17:28:40 +0200 (CEST)
From: adi@...omp.erfurt.thur.de
To: undisclosed-recipients:;
>From 8314f5b151dcddea0359137cfd44d6d8b58f8367 Mon Sep 17 00:00:00 2001
From: Adrian Knoth <adi@...omp.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@...r.kernel.org
Cc: mingo@...hat.com,
tglx@...utronix.de
This patch corrects a typo in the RT patchset that prevents usbdux.c
from being built.
Signed-off-by: Adrian Knoth <adi@...omp.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
--
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