commit | 9162220068c45ce7a564db07ccb45f7462a39eba | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Thu Apr 04 14:58:43 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 05 14:33:16 2013 -0700 |
tree | e513ddc0b2d62d3141c530341036d7a662472a89 | |
parent | f08e0ac59a93db2d8abc7000e2647164104524c6 [diff] |
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 <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>