On Fri, Feb 23, 2024 at 11:29 PM Saravana Kannan <saravanak@xxxxxxxxxx> wrote: > > On Fri, Feb 23, 2024 at 9:24 PM Saravana Kannan <saravanak@xxxxxxxxxx> wrote: > > > > Introduced a stupid bug in commit 782bfd03c3ae ("of: property: Improve > > finding the supplier of a remote-endpoint property") due to a last minute > > incorrect edit of "index !=0" into "!index". This patch fixes it to be > > "index > 0" to match the comment right next to it. > > Greg, this needs to land in the stable branches once Rob picks it up > for the next 6.8-rc. Uh, what? Only if I ignore this patch until 6.8 is released. Otherwise, the bug and fix are both landing in 6.8. Rob