android_kernel_google_msm/sound/drivers/mpu401
Takashi Iwai e25824fa92 ALSA: mpu401: Fix missing initialization of irq field
commit bc733d4952 upstream.

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
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-09 08:31:52 -07:00
..
Makefile
mpu401.c ALSA: module_param: make bool parameters really bool 2011-12-19 10:34:41 +01:00
mpu401_uart.c ALSA: mpu401: Fix missing initialization of irq field 2012-08-09 08:31:52 -07:00