在 2023/3/18 上午12:14, Mark Brown 写道:
On Fri, Mar 17, 2023 at 04:51:48PM +0100, Krzysztof Kozlowski wrote:
On 17/03/2023 16:51, Krzysztof Kozlowski wrote:
minItems: 1 is not correct, so you cannot use incorrect code to suppress
some warning. This should be list the clocks or use maxItems: 1, if you
have only one clock.
BTW, as Rob's bot reports, this wasn't even tested... Please test the
patches before sending them.
If they're managing to see and try to fix warnings they're doing some
kinds of testing, obviously they've missed something you wanted doing
but there's clearly been some testing done.
Thanks your understanding ! I had test it and this patch need depend
on a clock patch, and I had added
this depend on description on changelog, but I don't know how do make
the robot can depend on my clock patch after testing.
Thanks!