Re: [PATCH] staging: comedi: addi_apci_1032: fix subdevice type/flags bug

2013-12-12 Thread Ian Abbott
On 2013-12-09 23:06, H Hartley Sweeten wrote: The SDF_CMD_READ should be one of the s-subdev_flags not part of the s-type. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org ---

[PATCH] staging: comedi: addi_apci_1032: fix subdevice type/flags bug

2013-12-09 Thread H Hartley Sweeten
The SDF_CMD_READ should be one of the s-subdev_flags not part of the s-type. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/addi_apci_1032.c | 4 ++-- 1 file