From: Guennadi Liakhovetski Date: Tue, 22 Apr 2008 17:46:03 +0000 (-0300) Subject: V4L/DVB (7378): cleanup variable initialization X-Git-Tag: v2.6.26-rc1~1084^2~297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7daa4a8897e79911f524ddac065adea05c7e9b16;p=pandora-kernel.git V4L/DVB (7378): cleanup variable initialization flags used for spinlocks don't need to be initialized, except where the compiler has no way to see, that the spin_unlock_irqrestore is only called if the spin_lock_irqsave has been called before. Local variable initialization doesn't have to be protected. Signed-off-by: Guennadi Liakhovetski Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed