mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Fix compilation after r368397.
MFC after: 3 days Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
cc7b5411e6
commit
e87b9cbead
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368409
@ -1392,7 +1392,7 @@ mn_attach (device_t self)
|
||||
default:
|
||||
printf(" Rev 0x%x\n", sc->f54r->vstr);
|
||||
}
|
||||
gone_in_dev(dev, 13, "sync serial (T1/E1) driver");
|
||||
gone_in_dev(self, 13, "sync serial (T1/E1) driver");
|
||||
|
||||
if (ng_make_node_common(&mntypestruct, &sc->node) != 0) {
|
||||
printf("ng_make_node_common failed\n");
|
||||
|
Loading…
Reference in New Issue
Block a user