]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0873c8c668f98878ffda3048c9b276fcef68889f
tree04c9154004ffc575e5b4ee4c9988738116c27de7
parent8cd89b8b66c0c97f0c274d863772587af2eebdd0
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