Re: [PATCH] net: stmicro: fix a missing check of clk_prepare
From: David Miller <davem@davemloft.net>
Date: 2018-12-28 00:21:11
Also in:
linux-arm-kernel, lkml
From: David Miller <davem@davemloft.net>
Date: 2018-12-28 00:21:11
Also in:
linux-arm-kernel, lkml
From: Kangjie Lu <redacted> Date: Tue, 25 Dec 2018 20:57:14 -0600
clk_prepare() could fail, so let's check its status, and if it fails, return its error code upstream. Signed-off-by: Kangjie Lu <redacted>
Applied.