+46
−49
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch replaces the do-while(0); loop which is used for breaking if a check fails by using the `continue` statement. This saves one indentation level. Signed-off-by:Matthias Beyer <mail@beyermatthias.de> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>