This is a note to let you know that I've just added the patch titled

    staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FC

to the 3.7-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch
and it can be found in the queue-3.7 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 34ffb33e09132401872fe79e95c30824ce194d23 Mon Sep 17 00:00:00 2001
From: Ian Abbott <[email protected]>
Date: Thu, 3 Jan 2013 12:15:26 +0000
Subject: staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FC

From: Ian Abbott <[email protected]>

commit 34ffb33e09132401872fe79e95c30824ce194d23 upstream.

The 'ni_at_a2150' module links to `cfc_write_to_buffer` in the
'comedi_fc' module, so selecting 'COMEDI_NI_AT_A2150' in the kernel config
needs to also select 'COMEDI_FC'.

Signed-off-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/staging/comedi/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -444,6 +444,7 @@ config COMEDI_ADQ12B
 
 config COMEDI_NI_AT_A2150
        tristate "NI AT-A2150 ISA card support"
+       select COMEDI_FC
        depends on VIRT_TO_BUS
        ---help---
          Enable support for National Instruments AT-A2150 cards


Patches currently in stable-queue which might be from [email protected] are

queue-3.7/staging-comedi-kconfig-comedi_ni_at_a2150-should-select-comedi_fc.patch
queue-3.7/staging-comedi-comedi_test-fix-race-when-cancelling-command.patch
queue-3.7/staging-comedi-prevent-auto-unconfig-of-manually-configured-devices.patch
queue-3.7/staging-comedi-fix-minimum-ao-period-for-ni-625x-and-ni-628x.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to