mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-02 13:02:54 +00:00
Coverity has recently added a check that will find when we don't check the return code from fstat(2). Copy/paste the checking logic that print_deps() has with an appropriate re-wording of the perror() message. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Michal Marek <mmarek@suse.com>