kernel: make 'no port node found' output a debug message
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 27 Sep 2024 07:54:04 +0000 (15:54 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 28 Sep 2024 16:47:42 +0000 (18:47 +0200)
commit17ea41eabbffc5910e9159d95e8b1d2379f91ee9
tree0210fafbfef288918fee32d4e67f0bfd268c6470
parentc9280b85df6847657b0cde14b8f77d5f3ab13cc9
kernel: make 'no port node found' output a debug message

There are cases where an unavailable port is not an error, making
this error message a false-positive. The kernel log is flooded with
the messages like:
  OF: graph: no port node found in /soc@0/bus@42000000/i2c@42530000/usb-typec@50

Silence this message by making it a debug message.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/16524
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/backport-6.6/817-v6.9-of-property-Make-no-port-node-found-output-a-debug.patch [new file with mode: 0644]