mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Conform to local file sytle and prefer (a && (b & flag)).
This commit is contained in:
parent
030f6f3558
commit
9fc0327792
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127375
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user