Commit 779ae22
gpiolib: Make deferral warnings debug messages
With the recent addition of the shared GPIO support, warning messages
such as the following are being observed ...
reg-fixed-voltage regulator-vdd-3v3-pcie: cannot find GPIO chip
gpiolib_shared.proxy.6, deferring
These are seen even with GPIO_SHARED_PROXY=y.
Given that the GPIOs are successfully found a bit later during boot and
the code is intentionally returning -EPROBE_DEFER when they are not
found, downgrade these messages to debug prints to avoid unnecessary
warnings being observed.
Note that although the 'cannot find GPIO line' warning has not been
observed in this case, it seems reasonable to make this print a debug
print for consistency too.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://patch.msgid.link/20260401133441.47641-1-jonathanh@nvidia.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>1 parent 802c51a commit 779ae22
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4618 | 4618 | | |
4619 | 4619 | | |
4620 | 4620 | | |
4621 | | - | |
4622 | | - | |
| 4621 | + | |
| 4622 | + | |
4623 | 4623 | | |
4624 | 4624 | | |
4625 | 4625 | | |
| |||
4633 | 4633 | | |
4634 | 4634 | | |
4635 | 4635 | | |
4636 | | - | |
4637 | | - | |
| 4636 | + | |
| 4637 | + | |
4638 | 4638 | | |
4639 | 4639 | | |
4640 | 4640 | | |
| |||
0 commit comments