[usr/src/sys/arm/allwinner/clk/aw_lcdclk.c:284]: (style) Expression '(X & 0x800) == 0x1' is always false. Source code is if ((val & CH1_SCLK1_SEL) == CH1_SCLK1_SEL_SCLK2_DIV2)
A commit references this bug: Author: jmcneill Date: Tue Apr 26 12:36:12 UTC 2016 New revision: 298634 URL: https://svnweb.freebsd.org/changeset/base/298634 Log: Fix calculation of LCD CH1 SCLK1 output frequency when SCLK2 /2 is used as source. PR: 208680 Reported by: David Binderman <dcb314@hotmail.com> Changes: head/sys/arm/allwinner/clk/aw_lcdclk.c
Fixed in base r298634 - thanks for the report!