From ea2e3182686e2df95e432fdaae66d6b0d1547720 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Sun, 17 Aug 2014 22:43:44 -0500 Subject: [PATCH] staging: comedi: s626: remove unnecessary variable initialization We initialize 'irqbit' to 0, only to properly set it immediately afterwards. Just remove the zero-initialization. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Cc: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed