Skip to content

Commit

Permalink
Staging: comedi: cb_pcidas64: fixed a coding style missed in the prev…
Browse files Browse the repository at this point in the history
…ious patch

Fixed a coding style issue.

Signed-off-by: Jason Wong <tsanghan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jason Wong authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 90cae79 commit 003b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/cb_pcidas64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 003b3e9

Please sign in to comment.