mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-16 00:29:01 -05:00
regmap: cache: Silence checkpatch warning
checkpatch.pl warned: WARNING: ENOSYS means 'invalid syscall nr' and nothing else Align the return value to regcache_drop_region(). Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Link: https://lore.kernel.org/r/20230313071812.13577-2-alexander.stein@ew.tq-group.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
fd883d79e4
commit
24d80fde40
@@ -242,7 +242,7 @@ int regcache_read(struct regmap *map,
|
||||
int ret;
|
||||
|
||||
if (map->cache_type == REGCACHE_NONE)
|
||||
return -ENOSYS;
|
||||
return -EINVAL;
|
||||
|
||||
BUG_ON(!map->cache_ops);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user