Re: [PATCH] I2C update for 2.6.10-rc1
From: Greg KH
Date: Tue Nov 09 2004 - 00:50:13 EST
ChangeSet 1.2014.1.12, 2004/11/05 13:47:25-08:00, greg@xxxxxxxxx
I2C: fix MODULE_PARAM warning in pc87360.c driver
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>
drivers/i2c/chips/pc87360.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/i2c/chips/pc87360.c b/drivers/i2c/chips/pc87360.c
--- a/drivers/i2c/chips/pc87360.c 2004-11-08 18:55:27 -08:00
+++ b/drivers/i2c/chips/pc87360.c 2004-11-08 18:55:27 -08:00
@@ -65,7 +65,7 @@
};
static int init = 1;
-MODULE_PARM(init, "i");
+module_param(init, int, 0);
MODULE_PARM_DESC(init,
"Chip initialization level:\n"
" 0: None\n"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/