From: Claudiu Manoil Date: Thu, 26 Jul 2012 14:47:55 +0000 (+0300) Subject: powerpc/85xx: Fix sram_offset parameter type X-Git-Tag: v3.6-rc1~33^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=163f22dc9615e6bc446f50a626af7362cd269876;p=pandora-kernel.git powerpc/85xx: Fix sram_offset parameter type The sram_offset parameter represents a physical address and should be of type phys_addr_t. As part of this fix, the extraction of sram_params is being cleaned-up and fixed. This patch fixes now the case when the offset value of 0xfff00000 was being rejected by the driver (returning -EINVAL), although this is a valid offset value. Signed-off-by: Tang Yuantian Signed-off-by: Claudiu Manoil Signed-off-by: Kumar Gala --- Reading git-diff-tree failed