Re: [PATCH 6/9] soc: sunxi: sram: Return void from the release function
From: Jernej Škrabec <jernej.skrabec@gmail.com>
Date: 2022-08-14 18:29:14
Also in:
linux-arm-kernel, linux-sunxi, lkml
From: Jernej Škrabec <jernej.skrabec@gmail.com>
Date: 2022-08-14 18:29:14
Also in:
linux-arm-kernel, linux-sunxi, lkml
Dne ponedeljek, 01. avgust 2022 ob 05:05:06 CEST je Samuel Holland napisal(a):
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. Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Best regards, Jernej