mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
remoteproc/davinci: use octal permissions for module_param()
Checkpatch recommends to use octal perms instead of S_IRUGO. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Sekhar Nori <nsekhar@ti.com> Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
5d26f068a5
commit
24ff14172f
@ -25,7 +25,7 @@
|
||||
#include "remoteproc_internal.h"
|
||||
|
||||
static char *da8xx_fw_name;
|
||||
module_param(da8xx_fw_name, charp, S_IRUGO);
|
||||
module_param(da8xx_fw_name, charp, 0444);
|
||||
MODULE_PARM_DESC(da8xx_fw_name,
|
||||
"Name of DSP firmware file in /lib/firmware (if not specified defaults to 'rproc-dsp-fw')");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user