From: Dan Carpenter Date: Thu, 4 Sep 2014 11:10:05 +0000 (-0300) Subject: [media] staging: lirc: freeing ERR_PTRs X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3232e04df7224f31a31cfe927096f3d03ba743ab;p=pandora-kernel.git [media] staging: lirc: freeing ERR_PTRs We call kfree(data_buf) in the error handling and that will oops if this is an error pointer. Signed-off-by: Dan Carpenter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed