From 203577562449c1889caa3a321be572ed2b972ac9 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Wed, 11 Feb 2015 08:08:51 -0300 Subject: [PATCH] [media] rtl2832: remove compiler warning Cleaning up the following compiler warning: rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function Even though it could never happen since if rtl2832_rd_demod_reg () doesn't set tmp, this line would never run because we go to err. It is still nice to avoid compiler warnings. [mchehab@osg.samsung.com: fix a merge conflict with another patch meant to fix the same bug, but doing it at the wrong way] Signed-off-by: Luis de Bethencourt Reviewed-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed