Re: [PATCH] base: fix a missing check of clk_prepare

2019-02-11 Thread Pavel Machek
On Tue 2019-01-01 22:05:39, Rafael J. Wysocki wrote: > On Tue, Jan 1, 2019 at 9:21 PM Pavel Machek wrote: > > > > On Tue 2019-01-01 21:13:01, Rafael J. Wysocki wrote: > > > On Mon, Dec 31, 2018 at 6:25 PM Pavel Machek wrote: > > > > > > > > On Wed 2018-12-26 10:37:54, Rafael J. Wysocki wrote: > >

Re: [PATCH] base: fix a missing check of clk_prepare

2019-01-01 Thread Rafael J. Wysocki
On Tue, Jan 1, 2019 at 9:21 PM Pavel Machek wrote: > > On Tue 2019-01-01 21:13:01, Rafael J. Wysocki wrote: > > On Mon, Dec 31, 2018 at 6:25 PM Pavel Machek wrote: > > > > > > On Wed 2018-12-26 10:37:54, Rafael J. Wysocki wrote: > > > > On Wed, Dec 26, 2018 at 3:47 AM Kangjie Lu wrote: > > > > >

Re: [PATCH] base: fix a missing check of clk_prepare

2019-01-01 Thread Pavel Machek
On Tue 2019-01-01 21:13:01, Rafael J. Wysocki wrote: > On Mon, Dec 31, 2018 at 6:25 PM Pavel Machek wrote: > > > > On Wed 2018-12-26 10:37:54, Rafael J. Wysocki wrote: > > > On Wed, Dec 26, 2018 at 3:47 AM Kangjie Lu wrote: > > > > > > > > clk_prepare() could fail, so let's check its status, and

Re: [PATCH] base: fix a missing check of clk_prepare

2019-01-01 Thread Rafael J. Wysocki
On Mon, Dec 31, 2018 at 6:25 PM Pavel Machek wrote: > > On Wed 2018-12-26 10:37:54, Rafael J. Wysocki wrote: > > On Wed, Dec 26, 2018 at 3:47 AM Kangjie Lu wrote: > > > > > > clk_prepare() could fail, so let's check its status, and if it fails, > > > issue an error message. > > > > > > Signed-off

Re: [PATCH] base: fix a missing check of clk_prepare

2018-12-31 Thread Pavel Machek
On Wed 2018-12-26 10:37:54, Rafael J. Wysocki wrote: > On Wed, Dec 26, 2018 at 3:47 AM Kangjie Lu wrote: > > > > clk_prepare() could fail, so let's check its status, and if it fails, > > issue an error message. > > > > Signed-off-by: Kangjie Lu > > --- > > drivers/base/power/clock_ops.c | 4 +++-

Re: [PATCH] base: fix a missing check of clk_prepare

2018-12-26 Thread Rafael J. Wysocki
On Wed, Dec 26, 2018 at 3:47 AM Kangjie Lu wrote: > > clk_prepare() could fail, so let's check its status, and if it fails, > issue an error message. > > Signed-off-by: Kangjie Lu > --- > drivers/base/power/clock_ops.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/d

[PATCH] base: fix a missing check of clk_prepare

2018-12-25 Thread Kangjie Lu
clk_prepare() could fail, so let's check its status, and if it fails, issue an error message. Signed-off-by: Kangjie Lu --- drivers/base/power/clock_ops.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/base/power/clock_ops.c b/drivers/base/power/clock_ops.c index