Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/fdt



Module Name:    src
Committed By:   jakllsch
Date:           Wed Feb 27 16:30:41 UTC 2019

Modified Files:
        src/sys/dev/fdt: fdt_clock.c fdt_dma.c fdt_phy.c fdt_reset.c fdt_subr.c

Log Message:
Adjust residual calculation in "find index by name" idioms to take into
account the trailing NUL on each name.  Some other similar instances of
this idiom already account for this.

(In preparation to factor out this idiom into its own function.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/fdt_clock.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_dma.c \
    src/sys/dev/fdt/fdt_reset.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_phy.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/fdt/fdt_subr.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