Module Name: src Committed By: thorpej Date: Sun Jan 24 16:23:06 UTC 2021
Modified Files: src/sys/arch/arm/sunxi: sunxi_sramc.c src/sys/dev/ofw: ofw_subr.c Log Message: Change of_search_compable() to return NULL on no-match, which is much more sensible than the previous behavior. As such, back out rev 1.7 of sunxi_sramc.c. All other of_search_compable() call sites have been audited. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/sunxi/sunxi_sramc.c cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ofw/ofw_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.