mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-03 13:38:17 +00:00
Guard 'parent_rate==0' to prevent 'divide by zero' issue in clk_pplv3_av_set_rate(). If it is 0, let's return with -EINVAL. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>