From: Jonathan Bastien-Filiatrault Date: Thu, 27 Sep 2007 05:34:25 +0000 (-0700) Subject: [IRDA]: Document the fact that smsc-ircc2 will not use PNP by default X-Git-Tag: v3.12-rc1~26468^2~331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32db927686f6d475fc05b6229f82ed576c0c8096;p=kernel%2Fkernel-generic.git [IRDA]: Document the fact that smsc-ircc2 will not use PNP by default This avoids user confusion when they see that their device is not detected. Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c index 029fdde..7e7b582 100644 --- a/drivers/net/irda/smsc-ircc2.c +++ b/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;