Staging: comedi: fix brace coding style issue in ni_daq_dio24.c
This is a patch to the ni_daq_dio24.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
73b12a5bc0
commit
ef7908ebc3
|
@ -140,9 +140,8 @@ static int dio24_attach(struct comedi_device *dev, struct comedi_devconfig *it)
|
|||
printk("comedi%d: ni_daq_dio24: %s, io 0x%lx", dev->minor,
|
||||
thisboard->name, iobase);
|
||||
#ifdef incomplete
|
||||
if (irq) {
|
||||
if (irq)
|
||||
printk(", irq %u", irq);
|
||||
}
|
||||
#endif
|
||||
|
||||
printk("\n");
|
||||
|
|
Loading…
Reference in New Issue