From 6777877c4f1bc650a9d04cae8cbcf0be13cbd7b7 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Wed, 19 Feb 2014 01:38:10 -0600 Subject: [PATCH] Staging: comedi: addi-data: don't initialize a static variable to 0 In hwdrv_apci1564.c, one static variable is zero initialized. This is unneeded and redundant, so we remove the initialization. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed