mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
media: atomisp: Remove unused mipicsi_flag module parameter
The mipicsi_flag int is completely unused, remove it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Link: https://lore.kernel.org/r/20240603132057.255917-1-hdegoede@redhat.com Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
a0157b5aa3
commit
9d0643da11
@ -33,7 +33,6 @@
|
||||
|
||||
extern int dbg_level;
|
||||
extern int dbg_func;
|
||||
extern int mipicsi_flag;
|
||||
extern int pad_w;
|
||||
extern int pad_h;
|
||||
|
||||
|
@ -66,10 +66,6 @@ module_param(dbg_func, int, 0644);
|
||||
MODULE_PARM_DESC(dbg_func,
|
||||
"log function switch non/printk (default:printk)");
|
||||
|
||||
int mipicsi_flag;
|
||||
module_param(mipicsi_flag, int, 0644);
|
||||
MODULE_PARM_DESC(mipicsi_flag, "mipi csi compression predictor algorithm");
|
||||
|
||||
static char firmware_name[256];
|
||||
module_param_string(firmware_name, firmware_name, sizeof(firmware_name), 0);
|
||||
MODULE_PARM_DESC(firmware_name, "Firmware file name. Allows overriding the default firmware name.");
|
||||
|
Loading…
Reference in New Issue
Block a user