Re: [PATCH] v2 pm: clk: fix a missing check of clk_prepare

2019-01-16 Thread Rafael J. Wysocki
On Saturday, January 5, 2019 8:58:45 PM CET Aditya Pakki wrote: > clk_prepare() could fail, so let's check its status, and if it fails, > issue an error message and change the clock_entry_status to > PCE_STATUS_ERROR > > Signed-off-by: Aditya Pakki > --- > drivers/base/power/clock_ops.c | 13

[PATCH] v2 pm: clk: fix a missing check of clk_prepare

2019-01-05 Thread Aditya Pakki
clk_prepare() could fail, so let's check its status, and if it fails, issue an error message and change the clock_entry_status to PCE_STATUS_ERROR Signed-off-by: Aditya Pakki --- drivers/base/power/clock_ops.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git