Re: [PATCH v2] staging: octeon: Use new initialization api for tasklet

From: Greg KH
Date: Sat Sep 14 2024 - 04:20:10 EST


On Sat, Sep 14, 2024 at 12:47:34AM +0530, Abhishek Tamboli wrote:
> Use the new api DECLARE_TASKLET instead of DECLARE_TASKLET_OLD
> introduced in commit 12cc923f1ccc ("tasklet: Introduce new
> initialization API").

This says what you are doing, but not why you are doing this.

Why is this needed? What bug does this fix? The code is the exact same
afterward so why should this be accepted?

thanks,

greg k-h