]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv7m: mpu_config add missing break
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sun, 30 Jul 2017 18:34:20 +0000 (20:34 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 13 Aug 2017 19:17:28 +0000 (15:17 -0400)
commita5981734a4412eae6ac536c8bd50d3add665352f
tree030458074ccfbeda04d9930e052f9d44ca43fa49
parent6def7de37ba2aeb3d59c561b288537d8c3712c73
armv7m: mpu_config add missing break

For DEVICE_NON_SHARED the newly assigned value of attr
is overwritten due to a missing break.

The problem was indicated by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/cpu/armv7m/mpu.c