mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Fix BUS_DEBUG case
This commit is contained in:
parent
b9803f29dd
commit
2063e05140
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134512
@ -3552,7 +3552,7 @@ print_device_short(device_t dev, int indent)
|
||||
if (!dev)
|
||||
return;
|
||||
|
||||
indentprintf(("device %d: <%s> %sparent,%schildren,%s%s%s%s,%sivars,%ssoftc,busy=%d\n",
|
||||
indentprintf(("device %d: <%s> %sparent,%schildren,%s%s%s%s%s,%sivars,%ssoftc,busy=%d\n",
|
||||
dev->unit, dev->desc,
|
||||
(dev->parent? "":"no "),
|
||||
(TAILQ_EMPTY(&dev->children)? "no ":""),
|
||||
|
Loading…
Reference in New Issue
Block a user