commit | 6829d60702706b95a7271fbf3db1981c7ce9e6b5 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Apr 14 22:02:21 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 22 14:09:45 2021 -0400 |
tree | 208c8634913967acad479767f9aa17cd01c520b5 | |
parent | 535e700b9db908e0b1afba7719090e315299b9c2 [diff] |
checkpatch: Ignore ENOSYS warnings There are no system calls in U-Boot, but ENOSYS is still allowed (and preferred since 42a2668743 ("dm: core: Document the common error codes")). Silence this warning. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>