From: Peter Huewe Date: Sat, 25 Feb 2012 00:19:41 +0000 (+0100) Subject: staging: asus_oled: Remove superfluous loop X-Git-Tag: v3.4-rc1~186^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480491889f684662a95234f2205ed4d70afe7a10;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed