Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a62fdebd authored by Chase Southwood's avatar Chase Southwood Committed by Greg Kroah-Hartman
Browse files

staging: comedi: hwdrv_apci1500: miscellaneous cleanup



This patch completes two final matters of cleanup which are each too small
for their own patch.  It corrects a couple of indentation issues and
removes a return statement at the end of a void function.

Signed-off-by: default avatarChase Southwood <chase.southwood@gmail.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a45dd57c
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -2180,7 +2180,6 @@ static void apci1500_interrupt(int irq, void *d)
			"Interrupt from unknown source\n");

	}
	return;
}

static int apci1500_reset(struct comedi_device *dev)