From: Ian Abbott Date: Fri, 31 Aug 2012 19:41:35 +0000 (+0100) Subject: staging: comedi: das08: Avoid zero initializers in board structure X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~810 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bacadc84bc6dc217e3b5eb2efa14902df78a143;p=pandora-kernel.git staging: comedi: das08: Avoid zero initializers in board structure Don't bother initializing the `i8255_offset` and/or `i8254_offset` members of `struct das08_board_struct` in `das08_boards[]` and `das08_cs_boards[]` if they are zero as they are implicitly initialized to zero anyway, and zero means the corresponding subdevices are absent. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed