Author: mav
Date: Mon Aug 12 20:17:37 2013
New Revision: 254257
URL: http://svnweb.freebsd.org/changeset/base/254257

Log:
  Add brace missing in r254253.

Modified:
  head/sys/dev/mps/mps_sas.c

Modified: head/sys/dev/mps/mps_sas.c
==============================================================================
--- head/sys/dev/mps/mps_sas.c  Mon Aug 12 19:50:08 2013        (r254256)
+++ head/sys/dev/mps/mps_sas.c  Mon Aug 12 20:17:37 2013        (r254257)
@@ -308,7 +308,7 @@ mpssas_log_command(struct mps_command *c
                return;
 
        /* No need to be in here if debugging isn't enabled */
-       if (cm->cm_sc->mps_debug & level) == 0)
+       if ((cm->cm_sc->mps_debug & level) == 0)
                return;
 
        sbuf_new(&sb, str, sizeof(str), 0);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to