On Sat, Jan 25, 2025 at 01:39:43PM +0100, Wolfram Sang wrote: > The I2C core now offers a debugfs-directory per client. Use it and > remove the custom handling. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > --- ... > > -static int pt5161l_init_debugfs(struct pt5161l_data *data) Please keep this function instead of moving the code into the probe function. Thanks, Guenter