Re: [PATCH v2 07/10] soc: sunxi: sram: Return void from the release function
From: Heiko Stübner <heiko@sntech.de>
Date: 2022-08-15 14:10:15
Also in:
linux-arm-kernel, linux-sunxi, lkml
From: Heiko Stübner <heiko@sntech.de>
Date: 2022-08-15 14:10:15
Also in:
linux-arm-kernel, linux-sunxi, lkml
Am Montag, 15. August 2022, 06:12:44 CEST schrieb Samuel Holland:
There is no point in returning an error here, as the caller can do nothing about it. In fact, all callers already ignore the return value. Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Heiko Stuebner <heiko@sntech.de>