Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/usb_subr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/usb_subr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.261 retrieving revision 1.262 diff -u -p -r1.261 -r1.262 --- src/sys/dev/usb/usb_subr.c 2021/06/13 00:13:24 1.261 +++ src/sys/dev/usb/usb_subr.c 2021/06/13 08:48:29 1.262 @@ -1,4 +1,4 @@ -/* $NetBSD: usb_subr.c,v 1.261 2021/06/13 00:13:24 riastradh Exp $ */ +/* $NetBSD: usb_subr.c,v 1.262 2021/06/13 08:48:29 mlelstv Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $ */ /* @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.261 2021/06/13 00:13:24 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.262 2021/06/13 08:48:29 mlelstv Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" @@ -421,7 +421,7 @@ usbd_iface_init(struct usbd_device *dev, static void usbd_iface_fini(struct usbd_device *dev, int ifaceidx) { - struct usbd_interface *ifc = &dev->ud_ifaces[ifaceidx]; + struct usbd_interface *ifc __diagused = &dev->ud_ifaces[ifaceidx]; KASSERT(ifc->ui_dev == dev); KASSERT(ifc->ui_idesc == NULL);