aboutsummaryrefslogtreecommitdiff
path: root/arch/um
diff options
context:
space:
mode:
authorIcenowy Zheng2017-08-09 16:56:25 +0800
committerChen-Yu Tsai2017-08-18 14:30:19 +0800
commit2262a65f0bcdfe372b088d20c325c1987cec4332 (patch)
tree1a75fa9a83b368420a737c08143c744706daee78 /arch/um
parent189f02826cf471241070fb6ae5848206c2218b67 (diff)
drivers: soc: sunxi: fix error processing on base address when claiming
When claiming SRAM, if the base is set to an error, it means that the SRAM controller has been probed, but failed to remap the controller memory zone. If the base is zero, thus the SRAM controller should be not probed at all, and it should return -EPROBE_DEFER. However, currently we returned -EPROBE_DEFER in the former situation, and ignored the latter situation (which will lead to the kernel to panic). Fix the behavior on abnormal base address processing when claiming. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Fixes: 4af34b572a85 ("drivers: soc: sunxi: Introduce SoC driver to map SRAMs") Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/um')
0 files changed, 0 insertions, 0 deletions