[PATCH 0/2] usb: cdc-wdm: Fix config and constify
From: Rikard Falkeborn
Date: Wed Sep 29 2021 - 09:22:11 EST
This series fixes an wrong ifdef which caused a chunk of the code to
never be compiled, regardless of config selected.
While at it, constify a static struct full of function pointers.
Rikard Falkeborn (2):
usb: cdc-wdm: Fix check for WWAN
usb: cdc-wdm: Constify static struct wwan_port_ops
drivers/usb/class/cdc-wdm.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
2.33.0