commit | 9e34992a622a15fb915471ccdebed19a87d8d531 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 07 17:26:33 2014 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Sep 25 23:14:56 2014 +1000 |
tree | 631d2a92cfb586c12fab20d14e1a05f73c8f184d | |
parent | 87d99c0e2c2f9d1386d8e284a5fbc13e96adbe25 [diff] |
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 <mpe@ellerman.id.au>