From: Lars-Peter Clausen Date: Fri, 2 Jan 2015 11:24:54 +0000 (+0100) Subject: ALSA: trident: Remove always NULL parameters X-Git-Tag: fixes-v4.0-rc1~146^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b16416fda21a8c5704bce809e0d7387bbfb097d;p=pandora-kernel.git ALSA: trident: Remove always NULL parameters The various PCM allocation functions in this driver take 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. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed