From: Takashi Iwai Date: Mon, 23 Jul 2012 09:35:55 +0000 (+0200) Subject: ALSA: mpu401: Fix missing initialization of irq field X-Git-Tag: v3.6-rc1~17^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc733d495267a23ef8660220d696c6e549ce30b3;p=pandora-kernel.git ALSA: mpu401: Fix missing initialization of irq field The irq field of struct snd_mpu401 is supposed to be initialized to -1. Since it's set to zero as of now, a probing error before the irq installation results in a kernel warning "Trying to free already-free IRQ 0". Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=44821 Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed