summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-01-05 09:12:47 +0000
committersimokawa <simokawa@FreeBSD.org>2003-01-05 09:12:47 +0000
commitc5a72d1412570d284f2ea8732e3195d97232fdd8 (patch)
tree439881e2aacc069237dd401c5884f5ef2491e1ed /sys/dev/firewire/fwohci_pci.c
parentaaab488607280c4cf152cb9b5ccca162954d9da2 (diff)
downloadFreeBSD-src-c5a72d1412570d284f2ea8732e3195d97232fdd8.zip
FreeBSD-src-c5a72d1412570d284f2ea8732e3195d97232fdd8.tar.gz
Syntax fix in fwohci_pci_suspend().
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index 1181aa3..f96a9cf 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -308,8 +308,9 @@ fwohci_pci_detach(device_t self)
static int
fwohci_pci_suspend(device_t dev)
{
- device_printf(dev, "fwohci_pci_suspend\n");
int err;
+
+ device_printf(dev, "fwohci_pci_suspend\n");
err = bus_generic_suspend(dev);
if (err)
return err;
OpenPOWER on IntegriCloud