On 1/30/25 00:55, Wolfram Sang wrote:
I expect that 'i2c: Fix core-managed per-client debugfs handling' will
be applied in the mainline kernel by the end of the commit window. If
not, I'll drop this patch and re-apply it after the problem in the
upstream kernel has been fixed.
Rightfully so. Just waiting for buildbot success report.
You dropped
if (IS_ERR(client->debugfs))
client->debugfs = NULL;
from my patch. That will make the pmbus code more complicated since
it will to check for IS_ERR_OR_NULL() there. No problem, I'll handle
that, but I don't really understand why you dropped that part of
the patch.
Guenter