Re: [PATCH 3/3] staging: comedi: drivers: streamlined auto attach with main comedi

2014-01-06 Thread Ian Abbott
It would be better to put "usbduxsigma:" in the patch title instead of "drivers:" since it's only for a single driver. On 2013-12-28 21:32, Bernd Porr wrote: Removed the word "attached" from the "ADC_zero" output which is now reported by comedi itself at the end of the auto attach. A negative v

[PATCH 3/3] staging: comedi: drivers: streamlined auto attach with main comedi

2013-12-28 Thread Bernd Porr
Removed the word "attached" from the "ADC_zero" output which is now reported by comedi itself at the end of the auto attach. A negative value of the offset is an error and should be reported to comedi auto config as an error. Output only the offset if no error has been reported. Signed-off-by: Ber