aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/smsc-ircc2.c
diff options
context:
space:
mode:
authorJonathan Bastien-Filiatrault <joe@dastyle.net>2007-09-26 22:34:25 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:52:55 -0700
commit32db927686f6d475fc05b6229f82ed576c0c8096 (patch)
tree4647808f0fe658aeeae1f7a7088b1341367059e5 /drivers/net/irda/smsc-ircc2.c
parent[ATM] net/atm/lec.c: printk warning fix (diff)
downloadlinux-dev-32db927686f6d475fc05b6229f82ed576c0c8096.tar.xz
linux-dev-32db927686f6d475fc05b6229f82ed576c0c8096.zip
[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 <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/irda/smsc-ircc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c
index 029fdde2a4d3..7e7b5828214a 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;