staging: asus_oled: Remove superfluous loop
authorPeter Huewe <peterhuewe@gmx.de>
Sat, 25 Feb 2012 00:19:41 +0000 (01:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Feb 2012 23:43:21 +0000 (15:43 -0800)
commit480491889f684662a95234f2205ed4d70afe7a10
tree04c9154004ffc575e5b4ee4c9988738116c27de7
parent1ca7e782864222bcdbe305e543df25df4e343963
staging: asus_oled: Remove superfluous loop

This patch removes a superfluous loop in asus_oled.c
The code is equivalent to do{...} while (0) and thus executes the code
exactly once -> so we can simply remove the loop.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/asus_oled/asus_oled.c