svn commit: r193466 - head/sys/dev/usb/input

Andrew Thompson thompsa at FreeBSD.org
Thu Jun 4 22:00:50 UTC 2009


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);
 


More information about the svn-src-all mailing list