From: Lars-Peter Clausen Date: Fri, 2 Jan 2015 11:24:49 +0000 (+0100) Subject: ALSA: emu10k1: Remove always NULL parameters X-Git-Tag: fixes-v4.0-rc1~146^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb814c396af777c31ed168ce57f620967dd133f1;p=pandora-kernel.git ALSA: emu10k1: Remove always NULL parameters The various PCM and hwdep allocation functions in this driver take a pointer to a pointer of a PCM/hwdep where if this parameter is provided the newly allocated object 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