Re: svn commit: r368409 - head/sys/dev/mn

2020-12-07 Thread Ed Maste
On Mon, 7 Dec 2020 at 06:19, Hans Petter Selasky  wrote:
>
> Author: hselasky
> Date: Mon Dec  7 11:18:51 2020
> New Revision: 368409
> URL: https://svnweb.freebsd.org/changeset/base/368409
>
> Log:
>   Fix compilation after r368397.
>
>   MFC after:3 days
>   Sponsored by: Mellanox Technologies // NVIDIA Networking

Thanks. I will be sure to pick this up with the MFC.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r368409 - head/sys/dev/mn

2020-12-07 Thread Hans Petter Selasky
Author: hselasky
Date: Mon Dec  7 11:18:51 2020
New Revision: 368409
URL: https://svnweb.freebsd.org/changeset/base/368409

Log:
  Fix compilation after r368397.
  
  MFC after:3 days
  Sponsored by: Mellanox Technologies // NVIDIA Networking

Modified:
  head/sys/dev/mn/if_mn.c

Modified: head/sys/dev/mn/if_mn.c
==
--- head/sys/dev/mn/if_mn.c Mon Dec  7 10:51:19 2020(r368408)
+++ head/sys/dev/mn/if_mn.c Mon Dec  7 11:18:51 2020(r368409)
@@ -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(, >node) != 0) {
printf("ng_make_node_common failed\n");
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"