PERFORCE change 169982 for review

Alexander Motin mav at FreeBSD.org
Sat Oct 31 09:07:08 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=169982

Change 169982 by mav at 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;


More information about the p4-projects mailing list