staging: comedi: me_daq: remove '0' and 'NULL' entries in boardinfo
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 25 Oct 2012 22:07:36 +0000 (15:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Oct 2012 16:20:01 +0000 (09:20 -0700)
These entries will default to '0' or 'NULL' as appropriate.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/me_daq.c

index f5ede1a..7fd9400 100644 (file)
@@ -206,11 +206,6 @@ static const struct me_board me_boards[] = {
        {
         .name = "me-2000i",
         .device_id = ME2000_DEVICE_ID,
-        /* Analog Output */
-        .ao_channel_nbr = 0,
-        .ao_resolution = 0,
-        .ao_resolution_mask = 0,
-        .ao_range_list = NULL,
         .ai_channel_nbr = 16,
         /* Analog Input */
         .ai_resolution = 12,