svn commit: r299270 - head/sys/dev/mpr

Stephen McConnell slm at FreeBSD.org
Mon May 9 16:29:27 UTC 2016


Author: slm
Date: Mon May  9 16:29:25 2016
New Revision: 299270
URL: https://svnweb.freebsd.org/changeset/base/299270

Log:
  No need to set the MPRSAS_SHUTDOWN flag because it's never used.
  
  Approved by:	ken, scottl, ambrisko
  MFC after:      1 week

Modified:
  head/sys/dev/mpr/mpr_sas.c

Modified: head/sys/dev/mpr/mpr_sas.c
==============================================================================
--- head/sys/dev/mpr/mpr_sas.c	Mon May  9 16:26:34 2016	(r299269)
+++ head/sys/dev/mpr/mpr_sas.c	Mon May  9 16:29:25 2016	(r299270)
@@ -931,7 +931,6 @@ mpr_detach_sas(struct mpr_softc *sc)
 		cam_sim_free(sassc->sim, FALSE);
 	}
 
-	sassc->flags |= MPRSAS_SHUTDOWN;
 	mpr_unlock(sc);
 
 	if (sassc->devq != NULL)


More information about the svn-src-all mailing list