pinctrl: stm32: do not warn when 'st,package' is absent
authorFabien Dessenne <fabien.dessenne@foss.st.com>
Fri, 8 Oct 2021 12:24:54 +0000 (14:24 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Oct 2021 23:14:58 +0000 (01:14 +0200)
commit576ad176ad67f4fca20bd8a8ce0583c9697becd4
tree97609665254bb05591fd3c4af9f54c4f1d5448ae
parentb0b2303c02fee27662149153fba1f0e7de775b45
pinctrl: stm32: do not warn when 'st,package' is absent

Since the 'st,package' property is optional, outputting the "No package
detected" warning-level log when the property is absent is unsuitable.
Remove that log.

Signed-off-by: Fabien Dessenne <fabien.dessenne@foss.st.com>
Link: https://lore.kernel.org/r/20211008122454.617556-1-fabien.dessenne@foss.st.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/stm32/pinctrl-stm32.c