From: Peter Huewe Date: Fri, 15 Feb 2013 19:37:12 +0000 (+0100) Subject: staging/xgifb: Consolidate return paths X-Git-Tag: v3.9-rc1~127^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053004b375ca8f684f778d354eeeaf4e8b17c1f0;p=pandora-kernel.git staging/xgifb: Consolidate return paths Both branches of this if statement end in the same return statement. -> move the return to the bottom and get rid of the else statement. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed