commit | dec2dde2e9ec18abbc23ba36e7f856b44b6d8269 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Oct 21 17:20:40 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 25 13:12:19 2024 -0600 |
tree | cb53f135173531f1dd79fe3e94b7c1a9e7233212 | |
parent | 9b19ed600dff913afc6d62db5687987a206d721d [diff] |
mtd: Drop superfluous const qualifier The compiler will ignore it anyway: include/linux/mtd/mtd.h:342:15: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>