Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/serial: fix cmsdk serial driver warning
serial/serial_cmsdk.c: In function 'uart_cmsdk_ioctl': serial/serial_cmsdk.c:544:10: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] 544 | return ret; | ^~~ Signed-off-by: Peter Bee <[email protected]>
- Loading branch information