]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Explicitly compare a pointer to NULL. The __builtin_expect() of clang
authorMarius Strobl <marius@FreeBSD.org>
Thu, 6 Sep 2018 21:09:54 +0000 (21:09 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Thu, 6 Sep 2018 21:09:54 +0000 (21:09 +0000)
commit0519c933fd70c45d6e8f12cc65767f6f33182b1a
treea437cfe3409204615c5bf3478b2115c371d201a8
parent6a9648b5377839c1b03f13503c7064298cc7e36e
- Explicitly compare a pointer to NULL. The __builtin_expect() of clang
  3.4.1 otherwise isn't able to cope with the expression.
- Fix a nearby whitespace bug.

Approved by: re (gjb, kib)
sys/dev/sdhci/sdhci.c