From: Takashi Iwai Date: Tue, 14 Jan 2014 13:56:55 +0000 (+0100) Subject: ALSA: hda - Fix endless vmaster hook call in thinkpad_helper.c X-Git-Tag: v3.14-rc1~143^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf67c8e71bc15cf6b1843ab88c31cf732f2f2ff0;p=pandora-kernel.git ALSA: hda - Fix endless vmaster hook call in thinkpad_helper.c The new vmaster hook, update_tpacpi_mute_led(), calls the original vmaster hook, but I forgot to save the original hook function but keep calling the updated one, which of course results in a stupid endless loop. Fixed now. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed