diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-05 10:43:16 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-05 10:43:16 +0000 |
commit | 0fd99df466995dd47b964c7141238763e4aae1f2 (patch) | |
tree | b7aaa9aba4ff1f64b84608e672b30328e60a221e /sys/dev/pci/piixpm.c | |
parent | 8790116d853df63c3b5cdfc875d79bed9e8339e5 (diff) |
knf
Diffstat (limited to 'sys/dev/pci/piixpm.c')
-rw-r--r-- | sys/dev/pci/piixpm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/piixpm.c b/sys/dev/pci/piixpm.c index 482d4260aa1..bab06580b21 100644 --- a/sys/dev/pci/piixpm.c +++ b/sys/dev/pci/piixpm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: piixpm.c,v 1.13 2006/01/05 08:28:30 grange Exp $ */ +/* $OpenBSD: piixpm.c,v 1.14 2006/01/05 10:43:15 grange Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -161,7 +161,7 @@ piixpm_attach(struct device *parent, struct device *self, void *aux) sc->sc_i2c_tag.ic_release_bus = piixpm_i2c_release_bus; sc->sc_i2c_tag.ic_exec = piixpm_i2c_exec; - bzero(&iba, sizeof iba); + bzero(&iba, sizeof(iba)); iba.iba_name = "iic"; iba.iba_tag = &sc->sc_i2c_tag; config_found(self, &iba, iicbus_print); |