Re: [PATCH] resource: fix an error which walks through iomem resources

2018-09-19 Thread lijiang
Please ignore this patch, i have put this patch into another patches series, you can refer to the link below: https://lore.kernel.org/patchwork/patch/988431/ https://lore.kernel.org/patchwork/patch/988432/ https://lore.kernel.org/patchwork/patch/988433/ Thanks. 在 2018年09月17日 14:20, Lianbo

Re: [PATCH] resource: fix an error which walks through iomem resources

2018-09-19 Thread lijiang
Please ignore this patch, i have put this patch into another patches series, you can refer to the link below: https://lore.kernel.org/patchwork/patch/988431/ https://lore.kernel.org/patchwork/patch/988432/ https://lore.kernel.org/patchwork/patch/988433/ Thanks. 在 2018年09月17日 14:20, Lianbo

[PATCH] resource: fix an error which walks through iomem resources

2018-09-17 Thread Lianbo Jiang
When we walk through iomem resources by calling walk_iomem_res_desc(), the values of the function parameter may be modified in the while loop of __walk _iomem_res_desc(), which will cause us to not get the desired result in some cases. At present, it only restores the original value of res->end,

[PATCH] resource: fix an error which walks through iomem resources

2018-09-17 Thread Lianbo Jiang
When we walk through iomem resources by calling walk_iomem_res_desc(), the values of the function parameter may be modified in the while loop of __walk _iomem_res_desc(), which will cause us to not get the desired result in some cases. At present, it only restores the original value of res->end,