From 54e4c9ee0db1e7637e752c42efd4454ef5dc7cd4 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Fri, 28 Feb 2014 01:30:45 -0600 Subject: [PATCH] Staging: comedi: addi-data: remove unnecessary variable initializations in hwdrv_apci035.c Nearly every variable in hwdrv_apci035.c is initialized to 0 when it is declared, and then set to some other value before ever being used. As such, we can remove all of these initializations. They are accomplishing nothing. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed