1
0
Fork 0

Staging: comedi: ni_mio_cs.c: coding style cleanup

Signed-off-by: Daniel Patrick Johnson <teknotus@teknot.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
Daniel Patrick Johnson 2009-10-07 23:52:25 +00:00 committed by Greg Kroah-Hartman
parent 828684f9a6
commit b055d0d3c7
1 changed files with 3 additions and 6 deletions

View File

@ -250,9 +250,8 @@ static int mio_cs_detach(struct comedi_device *dev)
/* PCMCIA layer frees the IO region */
if (dev->irq) {
if (dev->irq)
free_irq(dev->irq, dev);
}
return 0;
}
@ -293,9 +292,8 @@ static void cs_detach(struct pcmcia_device *link)
{
DPRINTK("cs_detach(link=%p)\n", link);
if (link->dev_node) {
if (link->dev_node)
cs_release(link);
}
}
static int mio_cs_suspend(struct pcmcia_device *link)
@ -387,9 +385,8 @@ static int mio_cs_attach(struct comedi_device *dev, struct comedi_devconfig *it)
}
printk("\n");
printk(" board fingerprint (windowed):");
for (i = 0; i < 10; i++) {
for (i = 0; i < 10; i++)
printk(" 0x%04x", win_in(i));
}
printk("\n");
}
#endif