From: Guennadi Liakhovetski Date: Thu, 18 Apr 2013 21:35:22 +0000 (-0300) Subject: [media] V4L2: (cosmetic) remove redundant use of unlikely() X-Git-Tag: v3.13-rc1~47^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bfa6e0d1f7f42ea52c79051f027dbcf8f123e41;p=pandora-kernel.git [media] V4L2: (cosmetic) remove redundant use of unlikely() BUG*() and WARN*() macros specify their conditions as unlikely, using BUG_ON(unlikely(condition)) is redundant, remove it. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed