On 22/02/16 22:54, Stephen Boyd wrote: > The check for < 0 is impossible now that > of_clk_get_parent_count() returns an unsigned int. Simplify the > code and update the types. > > Cc: Hans de Goede > Cc: Jean-Christophe Plagniol-Villard > Cc: Tomi Valkeinen > Cc: > Signed-off-by: Stephen Boyd > --- > > Please ack so this can go through clk tree along with patch 1. > > drivers/video/fbdev/simplefb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Tomi Valkeinen Tomi