Staging: comedi: cb_pcidas64: fixed a coding style missed in the previous patch

Fixed a coding style issue.

Signed-off-by: Jason Wong <tsanghan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jason Wong 2010-03-27 09:48:43 +08:00 committed by Greg Kroah-Hartman
parent 90cae79440
commit 003b3e9408

View File

@ -1921,7 +1921,7 @@ static int detach(struct comedi_device *dev)
ao_dma_desc_bus_addr);
if (priv(dev)->main_phys_iobase)
comedi_pci_disable(priv(dev)->hw_dev);
pci_dev_put(priv(dev)->hw_dev);
}
}