mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-14 19:00:38 +00:00
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>