From: H Hartley Sweeten Date: Thu, 17 May 2012 00:51:56 +0000 (-0700) Subject: staging: comedi: Convert struct addi_board initialization to C99 format X-Git-Tag: v3.5-rc1~145^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d896e0e4f45e925b2bf9a800ca85e613d68e2888;p=pandora-kernel.git staging: comedi: Convert struct addi_board initialization to C99 format Convert the struct addi_board initialization to C99 format and remove all the NULL or 0 initializers. This makes maintaining and editing the code simpler and less error prone. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed