From: Lars-Peter Clausen Date: Fri, 2 Jan 2015 11:24:39 +0000 (+0100) Subject: ALSA: gus: Remove always NULL parameters X-Git-Tag: fixes-v4.0-rc1~146^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5abb3c499e553a8afedee1417d6a6308dda7bd;p=pandora-kernel.git ALSA: gus: Remove always NULL parameters snd_gf1_pcm_new() and snd_gf1_rawmidi_new() take a pointer to a pointer of a PCM/MIDI where if this parameter is provided the newly allocated object is stored. All callers pass NULL though, so remove the parameter. This makes the code a bit cleaner and shorter. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed