Conform to local file sytle and prefer (a && (b & flag)).

This commit is contained in:
Warner Losh 2004-03-24 16:49:37 +00:00
parent 030f6f3558
commit 9fc0327792
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127375

View file

@ -2150,7 +2150,7 @@ bus_setup_intr(device_t dev, struct resource *r, int flags,
if (error == 0) {
if (!(flags & INTR_MPSAFE))
device_printf(dev, "[GIANT-LOCKED]\n");
if (bootverbose && flags & INTR_MPSAFE)
if (bootverbose && (flags & INTR_MPSAFE))
device_printf(dev, "[MPSAFE]\n");
if (flags & INTR_FAST)
device_printf(dev, "[FAST]\n");