From: Ian Abbott Date: Thu, 4 Apr 2013 13:58:43 +0000 (+0100) Subject: staging: comedi: no need to zero out comedi_file_info_table[] X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~305 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9162220068c45ce7a564db07ccb45f7462a39eba;p=pandora-kernel.git staging: comedi: no need to zero out comedi_file_info_table[] In the comedi core module, `comedi_file_info_table[]` is tentatively defined in the .bss section, so will already be zeroed out on initialization. Don't bother zeroing it out again in the module initialization function `comedi_init()`. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed