ALSA: sound/usb/usx2y: simplify conditional
authorNicolas Kaiser <nikai@nikai.net>
Tue, 5 Oct 2010 15:38:12 +0000 (17:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Oct 2010 11:50:10 +0000 (13:50 +0200)
Simplify conditional: (a || (!a && b)) => (a || b)

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found