Skip to content

Commit 6497641

Browse files
Wolfram Sangalexandrebelloni
authored andcommitted
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>
1 parent 3ab1da2 commit 6497641

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/i3c/master.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,8 +2564,6 @@ static int i3c_master_i2c_adapter_init(struct i3c_master_controller *master)
25642564
adap->owner = master->dev.parent->driver->owner;
25652565
adap->algo = &i3c_master_i2c_algo;
25662566
strscpy(adap->name, dev_name(master->dev.parent), sizeof(adap->name));
2567-
2568-
/* FIXME: Should we allow i3c masters to override these values? */
25692567
adap->timeout = HZ;
25702568
adap->retries = 3;
25712569

0 commit comments

Comments
 (0)