diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2013-08-12 20:17:37 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2013-08-12 20:17:37 +0000 |
| commit | fe97b88c1523fe34ca34ff60b95fcecfc0e4325a (patch) | |
| tree | d95f2ef4b74dc0f779a776622ecb27e345eb73ab /sys/dev/mps | |
| parent | 32373512c3cdfc4fa48bc6a4a12340a2af692048 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps')
| -rw-r--r-- | sys/dev/mps/mps_sas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c index c77f8a4066df..6e5252bec1de 100644 --- a/sys/dev/mps/mps_sas.c +++ b/sys/dev/mps/mps_sas.c @@ -308,7 +308,7 @@ mpssas_log_command(struct mps_command *cm, u_int level, const char *fmt, ...) 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); |
