All uninitialized data will default to 0.
Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
drivers/staging/comedi/drivers/pcl724.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/drivers/staging/comedi/drivers/pcl724.c
b/drivers/staging/comedi/drivers/pcl724.c
index 3a3b16b..396fdbd 100644
--- a/drivers/staging/comedi/drivers/pcl724.c
+++ b/drivers/staging/comedi/drivers/pcl724.c
@@ -70,42 +70,33 @@ static const struct pcl724_board boardtypes[] = {
.dio = 24,
.numofports = 1,
.io_range = PCL724_SIZE,
- .can_have96 = 0,
- .is_pet48 = 0,
}, {
.name = "pcl722",
.dio = 144,
.numofports = 6,
.io_range = PCL722_SIZE,
.can_have96 = 1,
- .is_pet48 = 0,
}, {
.name = "pcl731",
.dio = 48,
.numofports = 2,
.io_range = PCL731_SIZE,
- .can_have96 = 0,
- .is_pet48 = 0,
}, {
.name = "acl7122",
.dio = 144,
.numofports = 6,
.io_range = PCL722_SIZE,
.can_have96 = 1,
- .is_pet48 = 0,
}, {
.name = "acl7124",
.dio = 24,
.numofports = 1,
.io_range = PCL724_SIZE,
- .can_have96 = 0,
- .is_pet48 = 0,
}, {
.name = "pet48dio",
.dio = 48,
.numofports = 2,
.io_range = PET48_SIZE,
- .can_have96 = 0,
.is_pet48 = 1,
},
};
--
1.8.1.4
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel