mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
__raw_writesb ends with a conditional branch, which is obviously wrong. It should return after the last loop terminates. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>