Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: kamil
Date: Wed Jun 6 20:05:36 UTC 2018
Modified Files:
src/sys/dev/pci: svwsata.c
Log Message:
Enhance the syntax in order to be acceptable by Clang
Replace "((crv == 0))" with "(crv == 0)", as the intention is to check the
value, whether it is equal to 0.
This fixes kernel=GENERIC build under MKLLVM=yes.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/svwsata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index