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)
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>

No differences found