Re: [U-Boot] [PATCH v1 1/5] drivers: clk: Handle gracefully NULL pointers

2019-10-29 Thread Simon Glass
Hi Jean-Jacques, On Mon, 30 Sep 2019 at 06:29, Jean-Jacques Hiblot wrote: > > Prepare the way for a managed CLK API by handling NULL pointers without > crashing nor failing. > > Signed-off-by: Jean-Jacques Hiblot > --- > > drivers/clk/clk-uclass.c | 43 +--- >

[U-Boot] [PATCH v1 1/5] drivers: clk: Handle gracefully NULL pointers

2019-09-30 Thread Jean-Jacques Hiblot
Prepare the way for a managed CLK API by handling NULL pointers without crashing nor failing. Signed-off-by: Jean-Jacques Hiblot --- drivers/clk/clk-uclass.c | 43 +--- include/clk.h| 2 +- 2 files changed, 37 insertions(+), 8 deletions(-) diff