The patch titled
     Document the fact that smsc-ircc2 will not use PNP by default
has been removed from the -mm tree.  Its filename was
     document-the-fact-that-smsc-ircc2-will-not-use-pnp-by-default.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Document the fact that smsc-ircc2 will not use PNP by default
From: Jonathan Bastien-Filiatrault <[EMAIL PROTECTED]>

This avoids user confusion when they see that their device is not detected.

Cc: Samuel Ortiz <[EMAIL PROTECTED]>
Cc: Bjorn Helgaas <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/net/irda/smsc-ircc2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/net/irda/smsc-ircc2.c~document-the-fact-that-smsc-ircc2-will-not-use-pnp-by-default
 drivers/net/irda/smsc-ircc2.c
--- 
a/drivers/net/irda/smsc-ircc2.c~document-the-fact-that-smsc-ircc2-will-not-use-pnp-by-default
+++ a/drivers/net/irda/smsc-ircc2.c
@@ -81,7 +81,7 @@ MODULE_LICENSE("GPL");
 
 static int smsc_nopnp = 1;
 module_param_named(nopnp, smsc_nopnp, bool, 0);
-MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
+MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings, 
defaults to true");
 
 #define DMA_INVAL 255
 static int ircc_dma = DMA_INVAL;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-net.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to