From: Chase Southwood Date: Mon, 18 Aug 2014 03:43:44 +0000 (-0500) Subject: staging: comedi: s626: remove unnecessary variable initialization X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1085 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2e3182686e2df95e432fdaae66d6b0d1547720;p=pandora-kernel.git 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-diff-tree failed