On 2013-02-19 13:27, Dan Carpenter wrote:
On Tue, Feb 19, 2013 at 01:09:08PM +0000, Ian Abbott wrote:+static int setup_subdevices(struct comedi_device *dev) +{ + struct comedi_subdevice *s; + int ret; + + ret = comedi_alloc_subdevices(dev, 3); + return ret; +There is a missing if statement here. (Just send a follow on patch to fix this).
Aargh!! Thanks for catching that so quickly. I've submitted v2 patches for PATCH 01/13 and PATCH 13/13.
-- -=( Ian Abbott @ MEV Ltd. E-mail: <[email protected]> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=- _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
