|
@@ -300,7 +300,7 @@ struct bcm2048_device {
|
|
|
};
|
|
|
|
|
|
static int radio_nr = -1; /* radio device minor (-1 ==> auto assign) */
|
|
|
-module_param(radio_nr, int, 0);
|
|
|
+module_param(radio_nr, int, 0000);
|
|
|
MODULE_PARM_DESC(radio_nr,
|
|
|
"Minor number for radio device (-1 ==> auto assign)");
|
|
|
|