Re: [PATCH 2/4] cdc_ether: use dev->intf to get interface information

2020-07-15 Thread Greg KH
On Tue, Jul 14, 2020 at 09:25:13PM -0400, Wxcafé wrote: > This makes the function available to other drivers, like cdn_ncm. > > Signed-off-by: Miguel Rodríguez Pérez The subject line does not match the patch :( Also, when sending on patches from others, you too have to sign off on it. And, set

[PATCH 2/4] cdc_ether: use dev->intf to get interface information

2020-07-14 Thread Wxcafé
This makes the function available to other drivers, like cdn_ncm. Signed-off-by: Miguel Rodríguez Pérez --- drivers/net/usb/cdc_ether.c | 3 ++- include/linux/usb/usbnet.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ethe