Commit 308380e6 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: addi_apci_3xxx: tidy up analog input subdevice init



For aesthetic reasnons, add some whitespace to the analog input
subdevice initialization.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 04054076
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ static int apci3xxx_auto_attach(struct comedi_device *dev,
	if (ret)
		return ret;

	/*  Allocate and Initialise AI Subdevice Structures */
	/* Analog Input subdevice */
	s = &dev->subdevices[0];
	if (board->ai_n_chan) {
		dev->read_subdev = s;