mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
fa2323325e
Clang does not recognize that calls to error() terminate execution and complains about uninitialized variable use that happens after calls to error(). This noop patchset fixes this. Signed-off-by: Peter Oskolkov <posk@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>