From: Laurent Pinchart Date: Thu, 2 Jan 2014 13:10:28 +0000 (-0300) Subject: [media] omap3isp: stat: Remove impossible WARN_ON X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512698605dac47f1745dee435f2e3b9bc3346c2d;p=pandora-kernel.git [media] omap3isp: stat: Remove impossible WARN_ON The WARN_ON statements in the buffer allocation functions try to catch conditions where buffers would have already been allocated. As the buffers are explicitly freed right before being allocated this can't happen. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed