svn commit: r188733 - head/sys/dev/ata

Alexander Motin mav at FreeBSD.org
Tue Feb 17 13:35:18 PST 2009


Author: mav
Date: Tue Feb 17 21:35:17 2009
New Revision: 188733
URL: http://svn.freebsd.org/changeset/base/188733

Log:
  Remove useless return, that left from previous commit.

Modified:
  head/sys/dev/ata/ata-all.c

Modified: head/sys/dev/ata/ata-all.c
==============================================================================
--- head/sys/dev/ata/ata-all.c	Tue Feb 17 21:29:39 2009	(r188732)
+++ head/sys/dev/ata/ata-all.c	Tue Feb 17 21:35:17 2009	(r188733)
@@ -358,7 +358,6 @@ ata_interrupt(void *data)
 	}
     } while (0);
     mtx_unlock(&ch->state_mtx);
-    return;
 }
 
 /*


More information about the svn-src-head mailing list