Re: [PATCH v2 3/6] hvcs: Use driver groups to manage driver attributes

2023-02-02 Thread Greg KH
On Thu, Feb 02, 2023 at 04:28:01PM -0600, Brian King wrote: > Rather than manually creating attributes for the hvcs driver, > let the driver core do this for us. This also fixes some hotplug > remove issues and ensures that cleanup of these attributes > is done in the right order. > > Signed-off-b

[PATCH v2 3/6] hvcs: Use driver groups to manage driver attributes

2023-02-02 Thread Brian King
Rather than manually creating attributes for the hvcs driver, let the driver core do this for us. This also fixes some hotplug remove issues and ensures that cleanup of these attributes is done in the right order. Signed-off-by: Brian King --- drivers/tty/hvc/hvcs.c | 24 +++-