On 1/30/25 21:38, Wolfram Sang wrote:
You dropped if (IS_ERR(client->debugfs)) client->debugfs = NULL;I have no idea how that got lost :( Darn, will fix!
If you didn't do it on purpose, I assume you took the prototype patch I attached to this exchange instead of the real one. I always find it a nuisance that patchwork picks up such "attached" patches, but I keep forgetting about it. No worries, though, I already added checks for ERR_PTR() into the pmbus code. Guenter