diff options
author | 2022-09-22 09:04:45 +0100 | |
---|---|---|
committer | 2022-09-22 12:33:18 +0100 | |
commit | 01ed230761e51f0403b3f3845c11cb67014487e2 (patch) | |
tree | 7cf2c43b435bfc6cc6247a079bcd637f77e4aa3b /scripts/generate_rust_analyzer.py | |
parent | regmap: spi-avmm: Use swabXX_array() helpers (diff) | |
download | wireguard-linux-01ed230761e51f0403b3f3845c11cb67014487e2.tar.xz wireguard-linux-01ed230761e51f0403b3f3845c11cb67014487e2.zip |
regmap: mmio: replace return 0 with break in switch statement
Variable min_stride is assigned a value that is never read, fix this by
replacing the return 0 with a break statement. This also makes the case
statement consistent with the other cases in the switch statement.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220922080445.818020-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions