serial: tegra: handle clk prepare error in tegra_uart_hw_init()
stable inclusion from stable-v5.10.195 commit 0c6c0280f7405cffb0ef48bcbb6fbe461d6277ee category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I95JOC Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0c6c0280f7405cffb0ef48bcbb6fbe461d6277ee -------------------------------- [ Upstream commit 5abd0114 ] In tegra_uart_hw_init(), the return value of clk_prepare_enable() should be checked since it might fail. Fixes: e9ea096d ("serial: tegra: add serial driver") Signed-off-by:Yi Yang <yiyang13@huawei.com> Link: https://lore.kernel.org/r/20230817105406.228674-1-yiyang13@huawei.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment