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:
Gaetan Perrot 2025-07-04 15:13:39 +09:00 committed by Dan Kalowsky
parent aaec242a63
commit f52d71c8cf

View File

@ -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);