On Fri, May 21, 2021 at 03:21:34PM -0700, Dave Jiang wrote: > Add name field in idxd_device_driver so we don't have to touch the > 'struct device_driver' during declaration. I'm not actually sure these two patches are an improvement. I view this idiom as being valuable if there is a huge number of kernel users as it does simplify them, but for something small like this I'd keep rather it clear and explicitly set the .drv instead of burning CPU code to do it. But it isn't a big deal either way Jason