Merge branch 'for-linus' into for-next
Resolved the merge conflict in HD-audio Tegra driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -387,7 +387,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
|
||||
add_sync_ep_from_ifnum:
|
||||
iface = usb_ifnum_to_if(dev, ifnum);
|
||||
|
||||
if (!iface || iface->num_altsetting == 0)
|
||||
if (!iface || iface->num_altsetting < 2)
|
||||
return -EINVAL;
|
||||
|
||||
alts = &iface->altsetting[1];
|
||||
|
Reference in New Issue
Block a user