drivers: mdio: nxp_enet: Fix "expected statement" clangsa error
clangsa reports the error mdio_nxp_enet.c:245:10: error: label at end of compound statement: expected statement Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
754f7ac1fb
commit
b4a059df75
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ void nxp_enet_mdio_callback(const struct device *dev,
|
|||
data->interrupt_up = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue