i2c: nomadik: Remove a useless call in the remove function
stable inclusion from stable-v5.10.190 commit 9fd349c8858e151405749c44a714ce8726cc666a category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I928UI Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9fd349c8858e151405749c44a714ce8726cc666a -------------------------------- [ Upstream commit 05f933d5 ] Since commit 23560214 ("i2c-nomadik: turn the platform driver to an amba driver"), there is no more request_mem_region() call in this driver. So remove the release_mem_region() call from the remove function which is likely a left over. Fixes: 23560214 ("i2c-nomadik: turn the platform driver to an amba driver") Cc: <stable@vger.kernel.org> # v3.6+ Acked-by:Linus Walleij <linus.walleij@linaro.org> Reviewed-by:
Andi Shyti <andi.shyti@kernel.org> Signed-off-by:
Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by:
Wolfram Sang <wsa@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment