summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mpt/mpt_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index 5728958..7a3ff0a 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -300,7 +300,7 @@ mpt_set_options(struct mpt_softc *mpt)
tval = 0;
if (resource_int_value(device_get_name(mpt->dev),
device_get_unit(mpt->dev), "debug", &tval) == 0 && tval != 0) {
- mpt->verbose += tval;
+ mpt->verbose = tval;
}
tval = 0;
if (resource_int_value(device_get_name(mpt->dev),
OpenPOWER on IntegriCloud