From: Lan Chunhe-B25806 Date: Mon, 18 Oct 2010 07:22:32 +0000 (+0800) Subject: P4080/mtd: Fix the freescale lbc issue with 36bit mode X-Git-Tag: v2.6.37-rc1~22^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b824d2b10eacd496c608a7c41a046862d48563b;p=pandora-kernel.git P4080/mtd: Fix the freescale lbc issue with 36bit mode When system uses 36bit physical address, res.start is 36bit physical address. But the function of in_be32 returns 32bit physical address. Then both of them compared each other is wrong. So by converting the address of res.start into the right format fixes this issue. Signed-off-by: Lan Chunhe-B25806 Signed-off-by: Roy Zang Reviewed-by: Anton Vorontsov Signed-off-by: David Woodhouse --- Reading git-diff-tree failed