Skip to content

Commit 87d9bc4

Browse files
bigguinessgregkh
authored andcommitted
staging: comedi: pcl726: remove all '= 0' boardinfo
Remove all the '= 0' entries in the boardinfo. They will default to 0. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5ec7867 commit 87d9bc4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

drivers/staging/comedi/drivers/pcl726.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ static const struct pcl726_board boardtypes[] = {
123123
.name = "pcl726",
124124
.n_aochan = 6,
125125
.num_of_ranges = 6,
126-
.IRQbits = 0x0000,
127126
.io_range = PCL726_SIZE,
128127
.have_dio = 1,
129128
.di_hi = PCL726_DI_HI,
@@ -135,7 +134,6 @@ static const struct pcl726_board boardtypes[] = {
135134
.name = "pcl727",
136135
.n_aochan = 12,
137136
.num_of_ranges = 4,
138-
.IRQbits = 0x0000,
139137
.io_range = PCL727_SIZE,
140138
.have_dio = 1,
141139
.di_hi = PCL727_DI_HI,
@@ -147,13 +145,7 @@ static const struct pcl726_board boardtypes[] = {
147145
.name = "pcl728",
148146
.n_aochan = 2,
149147
.num_of_ranges = 6,
150-
.IRQbits = 0x0000,
151148
.io_range = PCL728_SIZE,
152-
.have_dio = 0,
153-
.di_hi = 0,
154-
.di_lo = 0,
155-
.do_hi = 0,
156-
.do_lo = 0,
157149
.range_type_list = &rangelist_728[0],
158150
}, {
159151
.name = "acl6126",
@@ -171,13 +163,7 @@ static const struct pcl726_board boardtypes[] = {
171163
.name = "acl6128",
172164
.n_aochan = 2,
173165
.num_of_ranges = 6,
174-
.IRQbits = 0x0000,
175166
.io_range = PCL728_SIZE,
176-
.have_dio = 0,
177-
.di_hi = 0,
178-
.di_lo = 0,
179-
.do_hi = 0,
180-
.do_lo = 0,
181167
.range_type_list = &rangelist_728[0],
182168
},
183169
};

0 commit comments

Comments
 (0)