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