Re: [PATCH net-next] net: samsung: sxgbe: Make sxgbe_drv_remove() return void
From: Simon Horman <hidden> Date: 2023-05-11 10:17:44
On Wed, May 10, 2023 at 10:02:47PM +0200, Uwe Kleine-König wrote:
sxgbe_drv_remove() returned zero unconditionally, so it can be converted
to return void without losing anything. The upside is that it becomes
more obvious in its callers that there is no error to handle.
Signed-off-by: Uwe Kleine-König <redacted>