Module Name: src
Committed By: skrll
Date: Sat Feb 27 15:47:18 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ohci.c
Log Message:
Remove some blank lines
To generate a diff of this commit:
cvs rdiff -u -r1.254.2.50 -r1.254.2.51 src/sys/dev/usb/ohci.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/usb/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.254.2.50 src/sys/dev/usb/ohci.c:1.254.2.51
--- src/sys/dev/usb/ohci.c:1.254.2.50 Sat Feb 27 15:44:05 2016
+++ src/sys/dev/usb/ohci.c Sat Feb 27 15:47:18 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.254.2.50 2016/02/27 15:44:05 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.254.2.51 2016/02/27 15:47:18 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.50 2016/02/27 15:44:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.51 2016/02/27 15:47:18 skrll Exp $");
#include "opt_usb.h"
@@ -2956,7 +2956,6 @@ ohci_device_ctrl_start(struct usbd_xfer
usb_syncmem(&tail->dma, tail->offs, sizeof(tail->td),
BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD);
-
#ifdef OHCI_DEBUG
USBHIST_LOGN(ohcidebug, 5, "--- dump start ---", 0, 0, 0, 0);
if (ohcidebug >= 5) {
@@ -3715,7 +3714,6 @@ ohci_device_isoc_enter(struct usbd_xfer
/* XXX pretend we did it all */
xfer->ux_actlen = offs;
-
xfer->ux_status = USBD_IN_PROGRESS;
#ifdef OHCI_DEBUG