Module Name:    src
Committed By:   jdolecek
Date:           Tue Apr 11 18:14:47 UTC 2017

Modified Files:
        src/sys/dev/ic [jdolecek-ncq]: mvsata.c

Log Message:
remove left-over curly brace


To generate a diff of this commit:
cvs rdiff -u -r1.35.6.2 -r1.35.6.3 src/sys/dev/ic/mvsata.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/ic/mvsata.c
diff -u src/sys/dev/ic/mvsata.c:1.35.6.2 src/sys/dev/ic/mvsata.c:1.35.6.3
--- src/sys/dev/ic/mvsata.c:1.35.6.2	Tue Apr 11 18:13:17 2017
+++ src/sys/dev/ic/mvsata.c	Tue Apr 11 18:14:47 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: mvsata.c,v 1.35.6.2 2017/04/11 18:13:17 jdolecek Exp $	*/
+/*	$NetBSD: mvsata.c,v 1.35.6.3 2017/04/11 18:14:47 jdolecek Exp $	*/
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvsata.c,v 1.35.6.2 2017/04/11 18:13:17 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvsata.c,v 1.35.6.3 2017/04/11 18:14:47 jdolecek Exp $");
 
 #include "opt_mvsata.h"
 
@@ -1453,7 +1453,7 @@ mvsata_bio_done(struct ata_channel *chp,
 	ata_deactivate_xfer(chp, xfer);
 	ata_free_xfer(chp, xfer);
 
-	if (ata_waitdrain_check(chp, drive)) {
+	if (ata_waitdrain_check(chp, drive))
 		ata_bio->error = ERR_NODEV;
 	ata_bio->flags |= ATA_ITSDONE;
 	(*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc);

Reply via email to