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
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