changed comedi_device.read_subdev and write_subdev from type unsigned int to type...
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 29 Jan 2001 00:42:16 +0000 (00:42 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 29 Jan 2001 00:42:16 +0000 (00:42 +0000)
include/linux/comedidev.h

index 59b444153e4daeecb99d75433c629ec2c6a2e371..7f5cf390547dfd3efb4c56ea32e49508a02e7379 100644 (file)
@@ -163,10 +163,10 @@ struct comedi_device_struct{
        int iosize;
        int irq;
 
-       unsigned int read_subdev;
+       int read_subdev;
        wait_queue_head_t read_wait;
 
-       unsigned int write_subdev;
+       int write_subdev;
        wait_queue_head_t write_wait;
 };