mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 18:37:58 -04:00
media: atomisp: Remove unused port_enabled variable
Remove unused port_enabled variable in ia_css_isys_rx_configure(). Link: https://lore.kernel.org/linux-media/20210526124322.48915-6-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
86d92c3ad7
commit
a5d46d9afb
@@ -479,7 +479,6 @@ unsigned int ia_css_csi2_calculate_input_system_alignment(
|
||||
void ia_css_isys_rx_configure(const rx_cfg_t *config,
|
||||
const enum ia_css_input_mode input_mode)
|
||||
{
|
||||
bool port_enabled[N_MIPI_PORT_ID];
|
||||
bool any_port_enabled = false;
|
||||
enum mipi_port_id port;
|
||||
|
||||
@@ -516,8 +515,6 @@ void ia_css_isys_rx_configure(const rx_cfg_t *config,
|
||||
_HRT_CSS_RECEIVER_2400_RX_COUNT_REG_IDX,
|
||||
config->rxcount);
|
||||
|
||||
port_enabled[port] = true;
|
||||
|
||||
if (input_mode != IA_CSS_INPUT_MODE_BUFFERED_SENSOR) {
|
||||
/* MW: A bit of a hack, straight wiring of the capture
|
||||
* units,assuming they are linearly enumerated. */
|
||||
|
||||
Reference in New Issue
Block a user