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>
This commit is contained in:
parent
aaec242a63
commit
f52d71c8cf
@ -506,7 +506,6 @@ static int uart_sedi_line_ctrl_set(struct device *dev,
|
||||
{
|
||||
sedi_uart_t instance = GET_CONTROLLER_INSTANCE(dev);
|
||||
sedi_uart_config_t cfg;
|
||||
uint32_t mask;
|
||||
int ret;
|
||||
|
||||
k_mutex_lock(GET_MUTEX(dev), K_FOREVER);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user