Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

i3c: Remove superfluous FIXME

I2C adapters can already change timeout and retry parameters via IOCTL.
This allows for better tuning to workloads compared to per-adapter
defaults. So, the FIXME is not needed.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250923203557.18298-2-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Wolfram Sang and committed by
Alexandre Belloni
64976414 3ab1da26

-2
-2
drivers/i3c/master.c
··· 2564 2564 adap->owner = master->dev.parent->driver->owner; 2565 2565 adap->algo = &i3c_master_i2c_algo; 2566 2566 strscpy(adap->name, dev_name(master->dev.parent), sizeof(adap->name)); 2567 - 2568 - /* FIXME: Should we allow i3c masters to override these values? */ 2569 2567 adap->timeout = HZ; 2570 2568 adap->retries = 3; 2571 2569