Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2019 17:32:38 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346248 - head/sys/dev/usb/controller
Message-ID:  <201904151732.x3FHWcb9075967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Apr 15 17:32:38 2019
New Revision: 346248
URL: https://svnweb.freebsd.org/changeset/base/346248

Log:
  Remove superfluous USB keyword.
  
  Discussed with:		danfe@
  MFC after:		1 week
  Sponsored by:		Mellanox Technologies

Modified:
  head/sys/dev/usb/controller/ehci_pci.c

Modified: head/sys/dev/usb/controller/ehci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ehci_pci.c	Mon Apr 15 17:14:50 2019	(r346247)
+++ head/sys/dev/usb/controller/ehci_pci.c	Mon Apr 15 17:32:38 2019	(r346248)
@@ -181,7 +181,7 @@ ehci_pci_match(device_t self)
 	case 0x8d2d8086:
 		return ("Intel Wellsburg USB 2.0 controller");
 	case 0x9c268086:
-		return ("Intel Lynx Point-LP USB 2.0 controller USB");
+		return ("Intel Lynx Point-LP USB 2.0 controller");
 
 	case 0x00e01033:
 		return ("NEC uPD 72010x USB 2.0 controller");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904151732.x3FHWcb9075967>