commit | 0767fd97f8fe69b9adff41dab8fbee1b22fe5143 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Tue May 28 16:29:42 2024 +0000 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed May 29 07:31:39 2024 +0200 |
tree | a49913191cd61e695702187f9d14dae8c08697e2 | |
parent | e31d66a183a903b63929bfecb4c382f3b1095ebc [diff] |
sd: sd_ops: fix DISK_IOCTL_CTRL_SYNC return code SD IOCTL handling for DISK_IOCTL_CTRL_SYNC was falling through to the default return statement, and returning an error when disk sync succeeded. Fix this issue by properly breaking in IOCTL handler. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>