Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f15c0a65 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: me_daq: remove '0' and 'NULL' entries in boardinfo



These entries will default to '0' or 'NULL' as appropriate.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 43d51f88
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -206,11 +206,6 @@ static const struct me_board me_boards[] = {
	{
	{
	 .name = "me-2000i",
	 .name = "me-2000i",
	 .device_id = ME2000_DEVICE_ID,
	 .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,
	 .ai_channel_nbr = 16,
	 /* Analog Input */
	 /* Analog Input */
	 .ai_resolution = 12,
	 .ai_resolution = 12,