From: Jonathan Bastien-Filiatrault This avoids user confusion when they see that their device is not detected. Cc: Samuel Ortiz Cc: Bjorn Helgaas Signed-off-by: Andrew Morton --- 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; _