staging: comedi: amplc_pc236: checkpatch.pl cleanup (missing blank line)
Fix this checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c6d94c74a3
commit
ec05d98cec
1 changed files with 1 additions and 0 deletions
|
@ -515,6 +515,7 @@ static void pc236_detach(struct comedi_device *dev)
|
||||||
comedi_legacy_detach(dev);
|
comedi_legacy_detach(dev);
|
||||||
} else if (is_pci_board(thisboard)) {
|
} else if (is_pci_board(thisboard)) {
|
||||||
struct pci_dev *pcidev = comedi_to_pci_dev(dev);
|
struct pci_dev *pcidev = comedi_to_pci_dev(dev);
|
||||||
|
|
||||||
if (dev->irq)
|
if (dev->irq)
|
||||||
free_irq(dev->irq, dev);
|
free_irq(dev->irq, dev);
|
||||||
comedi_pci_disable(dev);
|
comedi_pci_disable(dev);
|
||||||
|
|
Loading…
Add table
Reference in a new issue