commit | ea34d1dd968956ec418c4278b39b6c44bb606d9c | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Thu Mar 28 14:20:42 2024 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Wed Oct 02 16:14:29 2024 +0400 |
tree | bcc26c0a0436b9772cc9eab5156a694529c6fbab | |
parent | fa7e5e9e1c52b2b197f478265b221e766679a236 [diff] |
hw/sdhci: fix -Werror=maybe-uninitialized false-positive ../hw/sd/sdhci.c:846:16: error: ‘res’ may be used uninitialized [-Werror=maybe-uninitialized] False-positive, because "length" is non-null. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>