From: Mariano Guerra Date: Sat, 16 Jul 2011 01:11:23 +0000 (+0100) Subject: Staging: comedi: do not initialise statics to 0 or NULL X-Git-Tag: v3.2-rc1~169^2^2~864^2~393 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654e8fb522b3c8af3c5b35d6f474e51218ef8f9a;p=pandora-kernel.git Staging: comedi: do not initialise statics to 0 or NULL This is a patch to adv_pci_dio.c that fixes an error initializing static struct pci_dio_private *pci_priv to NULL removed the initialization. found by the checkpatch.pl tool. Signed-off-by: Mariano Guerra Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed