dwc_otg: whitelist_table is now productlist_table
authorpopcornmix <popcornmix@gmail.com>
Thu, 3 Sep 2020 13:02:41 +0000 (14:02 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:05 +0000 (16:04 +0000)
drivers/usb/core/otg_productlist.h

index 1839e16..b16e528 100644 (file)
@@ -139,7 +139,7 @@ static int is_targeted(struct usb_device *dev)
                /* NOTE: can't use usb_match_id() since interface caches
                 * aren't set up yet. this is cut/paste from that code.
                 */
-               for (id = whitelist_table; id->match_flags; id++) {
+               for (id = productlist_table; id->match_flags; id++) {
 #ifdef DEBUG
                        dev_dbg(&dev->dev,
                                "ID: V:%04x P:%04x DC:%04x SC:%04x PR:%04x \n",