Skip to content

Commit 489e30e

Browse files
popcornmixpelwell
authored andcommitted
dwc_otg: whitelist_table is now productlist_table
1 parent 8c52df5 commit 489e30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/core/otg_productlist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static int is_targeted(struct usb_device *dev)
139139
/* NOTE: can't use usb_match_id() since interface caches
140140
* aren't set up yet. this is cut/paste from that code.
141141
*/
142-
for (id = whitelist_table; id->match_flags; id++) {
142+
for (id = productlist_table; id->match_flags; id++) {
143143
#ifdef DEBUG
144144
dev_dbg(&dev->dev,
145145
"ID: V:%04x P:%04x DC:%04x SC:%04x PR:%04x \n",

0 commit comments

Comments
 (0)