commit | 5565353c36df092402a446c77c0ffccbe6ae04f9 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Tue Jul 29 12:58:25 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 30 16:54:04 2014 -0700 |
tree | a1a2dc5a7c05531acf051c422f1ccd13aa39c07c | |
parent | bb4bbac2ff5b7a8e184fb98086e2e5e9bc5394e0 [diff] |
staging: comedi: amplc_pci230: no need to initialize named members to zero The members of the elements of `pci230_boards[]` that are not explicitly named in their initializers will be initialized to 0 automatically, so there is no need to initialize them to 0 explicitly. 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>