Commit 003b3e94 authored by Jason Wong's avatar Jason Wong Committed by Greg Kroah-Hartman

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

Fixed a coding style issue.
Signed-off-by: default avatarJason Wong <tsanghan@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 90cae794
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment