Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da52b8c3 authored by Ran Algawi's avatar Ran Algawi Committed by Greg Kroah-Hartman
Browse files

Staging: media: bcm2048: Fixed coding style issue.



Fixed a coding style issue, where an octal value was needed insted of decimal.

Signed-off-by: default avatarRan Algawi <ran.algawi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20f896c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)");