staging: comedi: s626: remove unnecessary variable initialization
authorChase Southwood <chase.southwood@gmail.com>
Mon, 18 Aug 2014 03:43:44 +0000 (22:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:16:19 +0000 (13:16 -0700)
commitea2e3182686e2df95e432fdaae66d6b0d1547720
tree2f3bbe1bf923ead37c1d486b6d17db9d09f30af7
parentadb7a4777b47f23fdc67a02b195f3ad4b61946ff
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 <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c