From: Lars-Peter Clausen Date: Fri, 2 Jan 2015 11:24:35 +0000 (+0100) Subject: ALSA: ml403-ac97cr: Remove always NULL parameter X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9dd86267f2571a9649399c9e268266ca5aa6152;p=pandora-kernel.git ALSA: ml403-ac97cr: Remove always NULL parameter snd_ml403_ac97cr_pcm() takes a pointer to a pointer of a PCM where if this parameter is provided the newly allocated PCM 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