ALSA: line6: Remove superfluous NULL checks in each driver
authorTakashi Iwai <tiwai@suse.de>
Tue, 20 Jan 2015 07:42:42 +0000 (08:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2015 06:19:37 +0000 (07:19 +0100)
commit8a3b7c086a509d90c312ebab6d8e5a9bf48c6cf5
tree89c8dd81edfc0148e3c5a5a54aa93892739e58db
parent2a324fcdb568f4d7b0b65b271039beb987f6e1cd
ALSA: line6: Remove superfluous NULL checks in each driver

The interface and driver objects are always set when callbacks are
called.  Drop such superfluous NULL checks in init and disconnect
calls of each driver.

Tested-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/pod.c
sound/usb/line6/podhd.c
sound/usb/line6/toneport.c
sound/usb/line6/variax.c