From f2e37b9b733c720de917aa7616cce3a1c52225eb Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Thu, 12 Mar 2015 04:27:43 -0300 Subject: [PATCH] [media] rtl2832: fix compiler warning >From the daily build: rtl2832.c: In function 'rtl2832_read_status': rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (tmp == 10) { ^ The code is OK, it's just the compiler that cannot figure out what's going on. So just init 'tmp' to 0. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed