From: H Hartley Sweeten Date: Thu, 25 Oct 2012 22:07:36 +0000 (-0700) Subject: staging: comedi: me_daq: remove '0' and 'NULL' entries in boardinfo X-Git-Tag: next-20121029~22^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f15c0a65dfd400a100ed5b6ae6dbcc6ac0863e02;p=karo-tx-linux.git staging: comedi: me_daq: remove '0' and 'NULL' entries in boardinfo These entries will default to '0' or 'NULL' as appropriate. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/me_daq.c b/drivers/staging/comedi/drivers/me_daq.c index f5ede1ae1134..7fd94000af95 100644 --- a/drivers/staging/comedi/drivers/me_daq.c +++ b/drivers/staging/comedi/drivers/me_daq.c @@ -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,