diff options
author | Alex Elder <elder@linaro.org> | 2020-11-09 10:56:34 -0600 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-11 14:07:00 -0800 |
commit | 2c642c48b3620d85f4e0ac66de01195a6096b333 (patch) | |
tree | 87e0e4bfaa71dd2ed2535a42c596f1f5f6760f8e /drivers/leds/leds-netxbig.c | |
parent | 49e3aeeb211ca9f870e06b71b770d70343e5231f (diff) |
net: ipa: change a warning to debug
When we determine from hardware what the size of IPA memory is
we compare it against what we learned about it from DT.
If DT defines a region that's larger than actual memory, we use the
smaller actual size and issue a warning.
If DT defines a smaller region than actual memory we issue a warning
too. But in this case the difference is harmless; so rather than
issuing a warning, just provide a debug message instead.
Reorder these checks so the one that matters more is done first.
Reported-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/leds/leds-netxbig.c')
0 files changed, 0 insertions, 0 deletions