svn commit: r213481 - head/sys/dev/usb

Gleb Smirnoff glebius at FreeBSD.org
Wed Oct 6 14:29:52 UTC 2010


Author: glebius
Date: Wed Oct  6 14:29:50 2010
New Revision: 213481
URL: http://svn.freebsd.org/changeset/base/213481

Log:
  Remove extra assignment.

Modified:
  head/sys/dev/usb/usb_msctest.c

Modified: head/sys/dev/usb/usb_msctest.c
==============================================================================
--- head/sys/dev/usb/usb_msctest.c	Wed Oct  6 14:29:00 2010	(r213480)
+++ head/sys/dev/usb/usb_msctest.c	Wed Oct  6 14:29:50 2010	(r213481)
@@ -469,7 +469,6 @@ bbb_command_start(struct bbb_transfer *s
 	sc->data_rem = data_len;
 	sc->data_timeout = (data_timeout + USB_MS_HZ);
 	sc->actlen = 0;
-	sc->data_ptr = data_ptr;
 	sc->cmd_len = cmd_len;
 	bzero(&sc->cbw.CBWCDB, sizeof(sc->cbw.CBWCDB));
 	bcopy(cmd_ptr, &sc->cbw.CBWCDB, cmd_len);


More information about the svn-src-head mailing list