From: Ben Hutchings Date: Wed, 16 Nov 2011 04:52:11 +0000 (-0300) Subject: media: staging: lirc_serial: Free resources on failure paths of lirc_serial_probe() X-Git-Tag: v3.2.10~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1632fb6031bb1510ec61a1540b348cf08640450c;p=pandora-kernel.git media: staging: lirc_serial: Free resources on failure paths of lirc_serial_probe() commit c8e57e1b766c2321aa76ee5e6878c69bd2313d62 upstream. Failure to allocate the I/O region leaves the IRQ allocated. A later failure leaves them both allocated. Reported-by: Torsten Crass Signed-off-by: Ben Hutchings Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed