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

Commit 995e13b9 authored by Raghavendra Ganiga's avatar Raghavendra Ganiga Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: fixed warning shown by checkpatch tool on cb_das16_cs.c file



This is a patch to fix the warnings shown by checkpatch tool on
file cb_das16_cs.c

Signed-off-by: default avatarRaghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 33bd00ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ static int das16cs_ao_winsn(struct comedi_device *dev,

		for (bit = 15; bit >= 0; bit--) {
			int b = (d >> bit) & 0x1;

			b <<= 1;
			outw(status1 | b | 0x0000, dev->iobase + DAS16CS_MISC1);
			udelay(1);