Skip to content

Commit 9d0643d

Browse files
jwrdegoedeHans Verkuil
authored andcommitted
media: atomisp: Remove unused mipicsi_flag module parameter
The mipicsi_flag int is completely unused, remove it. Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans Verkuil <[email protected]>
1 parent a0157b5 commit 9d0643d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

drivers/staging/media/atomisp/pci/atomisp_common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
extern int dbg_level;
3535
extern int dbg_func;
36-
extern int mipicsi_flag;
3736
extern int pad_w;
3837
extern int pad_h;
3938

drivers/staging/media/atomisp/pci/atomisp_v4l2.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ module_param(dbg_func, int, 0644);
6666
MODULE_PARM_DESC(dbg_func,
6767
"log function switch non/printk (default:printk)");
6868

69-
int mipicsi_flag;
70-
module_param(mipicsi_flag, int, 0644);
71-
MODULE_PARM_DESC(mipicsi_flag, "mipi csi compression predictor algorithm");
72-
7369
static char firmware_name[256];
7470
module_param_string(firmware_name, firmware_name, sizeof(firmware_name), 0);
7571
MODULE_PARM_DESC(firmware_name, "Firmware file name. Allows overriding the default firmware name.");

0 commit comments

Comments
 (0)