From 55761166cff31707b83d9d3282d0f77ce805ea87 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Sun, 16 Feb 2014 02:41:32 -0600 Subject: [PATCH] Staging: comedi: addi-data: do not initialize statics to 0 in hwdrv_apci035.c This patch for hwdrv_apci035.c removes a zero initialization from two static variables. Static variables are initialized to zero by default, so doing so explicitly is not necessary. Signed-off-by: Chase Southwood Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed