From: Alexey Khoroshilov Date: Thu, 11 Jun 2015 22:50:45 +0000 (+0300) Subject: bfa: fix leak of bfad_im_port_index on module unload X-Git-Tag: omap-for-v4.3/fixes-rc1~115^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff448b5b7dc7ad4d664588c343da1e5e2ce18dd;p=pandora-kernel.git bfa: fix leak of bfad_im_port_index on module unload Resources allocated within bfad_im_port_index idr are not deallocated on module unload. The patch adds idr_destroy() in exit function. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Reviewed-by: Johannes Thumshirn Signed-off-by: James Bottomley --- Reading git-diff-tree failed