Module Name: src
Committed By: skrll
Date: Wed May 11 21:05:12 UTC 2016
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Remove incorrect comment
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/ic/sl811hs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.63 src/sys/dev/ic/sl811hs.c:1.64
--- src/sys/dev/ic/sl811hs.c:1.63 Wed May 11 21:03:01 2016
+++ src/sys/dev/ic/sl811hs.c Wed May 11 21:05:12 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.63 2016/05/11 21:03:01 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.64 2016/05/11 21:05:12 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.63 2016/05/11 21:03:01 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.64 2016/05/11 21:05:12 skrll Exp $");
#include "opt_slhci.h"
@@ -1372,7 +1372,6 @@ slhci_poll(struct usbd_bus *bus) /* XXX
void
slhci_done(struct usbd_xfer *xfer)
{
- /* xfer may not be valid here */
}
void