Re: [PATCH v2] hso: Use static attribute groups for sysfs entry

2015-02-05 Thread David Miller
From: Takashi Iwai Date: Thu, 5 Feb 2015 11:15:24 +0100 > Pass the static attribute groups and the driver data via > tty_port_register_device_attr() instead of manual device_create_file() > and device_remove_file() calls. > > Signed-off-by: Takashi Iwai > --- > v1->v2: rebased to linux-next A

[PATCH v2] hso: Use static attribute groups for sysfs entry

2015-02-05 Thread Takashi Iwai
Pass the static attribute groups and the driver data via tty_port_register_device_attr() instead of manual device_create_file() and device_remove_file() calls. Signed-off-by: Takashi Iwai --- v1->v2: rebased to linux-next drivers/net/usb/hso.c | 17 ++--- 1 file changed, 10 insertio