From: Peter Huewe Date: Tue, 19 Feb 2013 17:50:20 +0000 (+0100) Subject: staging/gdm72xx: Remove duplicated code in gdm_qos.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~767 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38529100d0f2e844df5f06d67dae8dd32086ec1;p=pandora-kernel.git staging/gdm72xx: Remove duplicated code in gdm_qos.c The first branch of the if statement is ended with a return thus there is no need for an else if, and thus we can move the duplicated code to the top and use it for the other two branches. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed