Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2009 22:00:49 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193466 - head/sys/dev/usb/input
Message-ID:  <200906042200.n54M0nTl005606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Thu Jun  4 22:00:48 2009
New Revision: 193466
URL: http://svn.freebsd.org/changeset/base/193466

Log:
  Remove duplicate variable setting.
  
  Spotted by:	Sylvestre Gallon

Modified:
  head/sys/dev/usb/input/ukbd.c

Modified: head/sys/dev/usb/input/ukbd.c
==============================================================================
--- head/sys/dev/usb/input/ukbd.c	Thu Jun  4 21:59:28 2009	(r193465)
+++ head/sys/dev/usb/input/ukbd.c	Thu Jun  4 22:00:48 2009	(r193466)
@@ -706,7 +706,6 @@ ukbd_attach(device_t dev)
 	sc->sc_iface_index = uaa->info.bIfaceIndex;
 	sc->sc_iface_no = uaa->info.bIfaceNum;
 	sc->sc_mode = K_XLATE;
-	sc->sc_iface = uaa->iface;
 
 	usb2_callout_init_mtx(&sc->sc_callout, &Giant, 0);
 



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