Re: [PATCH net-next v2] tg3: Remove residual error handling in tg3_suspend

From: Jakub Kicinski
Date: Tue Mar 26 2024 - 23:24:59 EST


On Wed, 27 Mar 2024 08:14:30 +0530 Ratheesh Kannoth wrote:
> > @@ -18090,7 +18090,6 @@ static int tg3_suspend(struct device *device)
> > {
> Please address Michael Chan's comment to make this function return type to "void"
> instead of "int"

It's used as a callback in SIMPLE_DEV_PM_OPS(), how would that work?