Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NFC: port100: Convert to use USB_DEVICE macro

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Axel Lin and committed by
Samuel Ortiz
4aa7ed02 9bec44bf

+1 -4
+1 -4
drivers/nfc/port100.c
··· 1374 1374 }; 1375 1375 1376 1376 static const struct usb_device_id port100_table[] = { 1377 - { .match_flags = USB_DEVICE_ID_MATCH_DEVICE, 1378 - .idVendor = SONY_VENDOR_ID, 1379 - .idProduct = RCS380_PRODUCT_ID, 1380 - }, 1377 + { USB_DEVICE(SONY_VENDOR_ID, RCS380_PRODUCT_ID), }, 1381 1378 { } 1382 1379 }; 1383 1380 MODULE_DEVICE_TABLE(usb, port100_table);