Skip to content

Commit f52d71c

Browse files
moonlight83340dkalowsk
authored andcommitted
drivers: serial: uart_sedi: Remove unused variable 'mask'
The variable 'mask' was declared but never used in uart_sedi_line_ctrl_set(). This commit removes it to clean up the code.. No functional changes. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent aaec242 commit f52d71c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/serial/uart_sedi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ static int uart_sedi_line_ctrl_set(struct device *dev,
506506
{
507507
sedi_uart_t instance = GET_CONTROLLER_INSTANCE(dev);
508508
sedi_uart_config_t cfg;
509-
uint32_t mask;
510509
int ret;
511510

512511
k_mutex_lock(GET_MUTEX(dev), K_FOREVER);

0 commit comments

Comments
 (0)