From: Lad, Prabhakar Date: Mon, 17 Jun 2013 14:20:44 +0000 (-0300) Subject: [media] media: davinci: vpif_capture: move the freeing of irq and global variables... X-Git-Tag: v3.11-rc1~17^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410ca6053e3c216b8ca0b05f45d6cd76b334a459;p=pandora-kernel.git [media] media: davinci: vpif_capture: move the freeing of irq and global variables to remove() Ideally the freeing of irq's and the global variables needs to be done in the remove() rather than module_exit(), this patch moves the freeing up of irq's and freeing the memory allocated to channel objects to remove() callback of struct platform_driver. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed