svn commit: r254257 - head/sys/dev/mps
Alexander Motin
mav at FreeBSD.org
Mon Aug 12 20:17:38 UTC 2013
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);
More information about the svn-src-all
mailing list