On Thu, 2013-09-12 at 14:48 -0700, Greg Kroah-Hartman wrote:
> On Thu, Sep 05, 2013 at 01:00:37AM +0100, Ben Hutchings wrote:
> > The Fastwel UNIOxx-5 is a PC/104 board, so put COMEDI_UNIOXX5 under
> > COMEDI_ISA_DRIVERS.
> > 
> > The DIL/Net-PC 1486 is a 486 system, so put COMEDI_SSV_DNP under
> > COMEDI_MISC_DRIVERS and add a dependency on X86_32 || COMPILE_TEST.
> > 
> > Reviewed-by: Ian Abbott <abbo...@mev.co.uk>
> > Signed-off-by: Ben Hutchings <b...@decadent.org.uk>
> 
> Can you resend this, git am doesn't like signed patches :(

It certainly can handle signed patches.  But adding that 'Reviewed-by'
line in will invalidate the signature, so maybe that's what upset it?

Here's the same patch as an attachment with the added Reviewed-by, so no
mangling of the message body should break it this time.

Ben.

-- 
Ben Hutchings
If at first you don't succeed, you're doing about average.
From 3667e805505d890fe51f98b3e5ee8bdbacf10cb0 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <b...@decadent.org.uk>
Date: Sun, 1 Sep 2013 20:18:49 +0100
Subject: [PATCH] Staging: comedi: Fix dependencies for drivers misclassified
 as PCI

The Fastwel UNIOxx-5 is a PC/104 board, so put COMEDI_UNIOXX5 under
COMEDI_ISA_DRIVERS.

The DIL/Net-PC 1486 is a 486 system, so put COMEDI_SSV_DNP under
COMEDI_MISC_DRIVERS and add a dependency on X86_32 || COMPILE_TEST.

Reviewed-by: Ian Abbott <abbo...@mev.co.uk>
Signed-off-by: Ben Hutchings <b...@decadent.org.uk>
---
 drivers/staging/comedi/Kconfig | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index a84aab4..f73287e 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -96,6 +96,15 @@ config COMEDI_SKEL
 	  To compile this driver as a module, choose M here: the module will be
 	  called skel.
 
+config COMEDI_SSV_DNP
+	tristate "SSV Embedded Systems DIL/Net-PC support"
+	depends on X86_32 || COMPILE_TEST
+	---help---
+	  Enable support for SSV Embedded Systems DIL/Net-PC
+
+	  To compile this driver as a module, choose M here: the module will be
+	  called ssv_dnp.
+
 endif # COMEDI_MISC_DRIVERS
 
 menuconfig COMEDI_ISA_DRIVERS
@@ -386,6 +395,14 @@ config COMEDI_DMM32AT
 	  To compile this driver as a module, choose M here: the module will be
 	  called dmm32at.
 
+config COMEDI_UNIOXX5
+	tristate "Fastwel UNIOxx-5 analog and digital io board support"
+	---help---
+	  Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
+
+	  To compile this driver as a module, choose M here: the module will be
+	  called unioxx5.
+
 config COMEDI_FL512
 	tristate "FL512 ISA card support"
 	---help---
@@ -855,14 +872,6 @@ config COMEDI_DYNA_PCI10XX
 	  To compile this driver as a module, choose M here: the module will be
 	  called dyna_pci10xx.
 
-config COMEDI_UNIOXX5
-	tristate "Fastwel UNIOxx-5 analog and digital io board support"
-	---help---
-	  Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
-
-	  To compile this driver as a module, choose M here: the module will be
-	  called unioxx5.
-
 config COMEDI_GSC_HPDI
 	tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
 	select COMEDI_FC
@@ -1085,14 +1094,6 @@ config COMEDI_S626
 	  To compile this driver as a module, choose M here: the module will be
 	  called s626.
 
-config COMEDI_SSV_DNP
-	tristate "SSV Embedded Systems DIL/Net-PC support"
-	---help---
-	  Enable support for SSV Embedded Systems DIL/Net-PC
-
-	  To compile this driver as a module, choose M here: the module will be
-	  called ssv_dnp.
-
 config COMEDI_MITE
 	depends on HAS_DMA
 	tristate

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to