mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-23 11:41:40 +01: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>