ep93xx: clock: Do not return the address of the freed memory
authorGenjian Zhang <zhanggenjian123@gmail.com>
Tue, 17 May 2022 07:39:46 +0000 (15:39 +0800)
committerArnd Bergmann <arnd@arndb.de>
Fri, 27 May 2022 13:55:44 +0000 (15:55 +0200)
commit8a7322a3a05f75e8a4902bdf8129aecd37d54fe9
tree92524973c6cc4124c6de8f61e6ec8c2a05ff0572
parent3e11194631275937bc40da49b98aa1a74dd1ee67
ep93xx: clock: Do not return the address of the freed memory

Avoid return freed memory addresses,Modified to the actual error
return value of clk_register().

Fixes: 9645ccc7bd7a ("ep93xx: clock: convert in-place to COMMON_CLK")
Signed-off-by: Genjian Zhang <zhanggenjian@kylinos.cn>
Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ep93xx/clock.c