Re: [PATCH 01/11] firmware: raspberrypi: Improve timeout warning

2024-07-04 Thread Florian Fainelli
On 6/30/2024 4:36 PM, Stefan Wahren wrote: Recent work on raspberry-power driver showed that even the stacktrace on firmware property timeout doesn't provide enough information. So add the first tag name to the warning to be in line with a status error. Signed-off-by: Stefan Wahren Reviewed

[PATCH 01/11] firmware: raspberrypi: Improve timeout warning

2024-06-30 Thread Stefan Wahren
Recent work on raspberry-power driver showed that even the stacktrace on firmware property timeout doesn't provide enough information. So add the first tag name to the warning to be in line with a status error. Signed-off-by: Stefan Wahren --- drivers/firmware/raspberrypi.c | 3 ++- 1 file chang