Fix typo for the Vendor/Product Id for ST-Ericsson CAIF modems.
Discovery is based on fixed USB vendor 0x04cc (ST-Ericsson),
product-id 0x230f (NCM).
Signed-off-by: Sjur Brændeland <redacted>
---
net/caif/caif_usb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
@@ -27,7 +27,7 @@ MODULE_LICENSE("GPL");#define CFUSB_ALIGNMENT 4 /* Number of bytes to align. */#define CFUSB_MAX_HEADLEN (CFUSB_PAD_DESCR_SZ + CFUSB_ALIGNMENT-1)#define STE_USB_VID 0x04cc /* USB Product ID for ST-Ericsson */-#define STE_USB_PID_CAIF 0x2306 /* Product id for CAIF Modems */+#define STE_USB_PID_CAIF 0x230f /* Product id for CAIF Modems */structcfusbl{structcflayerlayer;
Remove WARN_ON and bad handling of SKB without destructor callback
in caif_flow_cb. SKB without destructor cannot be handled as an
error case.
Signed-off-by: Sjur Brændeland <redacted>
---
net/caif/caif_dev.c | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
Fix typo for the Vendor/Product Id for ST-Ericsson CAIF modems.
Discovery is based on fixed USB vendor 0x04cc (ST-Ericsson),
product-id 0x230f (NCM).
Signed-off-by: Sjur Brændeland <redacted>
Remove WARN_ON and bad handling of SKB without destructor callback
in caif_flow_cb. SKB without destructor cannot be handled as an
error case.
Signed-off-by: Sjur Brændeland <redacted>