On Tue, Aug 6, 2019 at 1:27 PM Saravana Kannan <[email protected]> wrote: > > of_link_is_valid() can be static since it's not used anywhere else. > > of_link_property() return type should have been int instead of bool. > > Reported-by: Stephen Rothwell <[email protected]> > Signed-off-by: Saravana Kannan <[email protected]> > --- > drivers/of/platform.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Rob Herring <[email protected]>

