
29 Aug
2020
29 Aug
'20
11:20 p.m.
On Tue, 25 Aug 2020 at 03:25, Dario Binacchi dariobin@libero.it wrote:
Up till this commit passing NULL as input parameter was allowed, but not handled properly. When a NULL parameter was passed to the function a data abort was raised.
Signed-off-by: Dario Binacchi dariobin@libero.it
arch/arm/mach-omap2/am33xx/clock.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org