Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2009 09:07:08 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169982 for review
Message-ID:  <200910310907.n9V978SP036440@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=169982

Change 169982 by mav@mav_mavbook on 2009/10/31 09:06:56

	Remove some obsoleted code.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#35 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#35 (text+ko) ====

@@ -340,8 +340,7 @@
 	/*
 	 * Schedule ourselves for performing the work.
 	 */
-	if (softc->state == ADA_STATE_NORMAL)
-		xpt_schedule(periph, CAM_PRIORITY_NORMAL);
+	xpt_schedule(periph, CAM_PRIORITY_NORMAL);
 	cam_periph_unlock(periph);
 
 	return;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910310907.n9V978SP036440>