From: Michael Ellerman Date: Thu, 7 Aug 2014 07:26:33 +0000 (+1000) Subject: powerpc/mm: Unindent htab_dt_scan_page_sizes() X-Git-Tag: fixes-against-v3.18-rc2~117^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e34992a622a15fb915471ccdebed19a87d8d531;p=pandora-kernel.git powerpc/mm: Unindent htab_dt_scan_page_sizes() We can unindent the bulk of htab_dt_scan_page_sizes() by returning early if the property is not found. That is nice in and of itself, but also has the advantage of making it clear that we always return success once we have found the ibm,segment-page-sizes property. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed