Commit 1d2019fb authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Takashi Iwai
Browse files

ALSA: sound/usb/usx2y: simplify conditional



Simplify conditional: (a || (!a && b)) => (a || b)

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b7d22ccf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment