Skip to content

Commit 44981dc

Browse files
Wolfram SangAndi Shyti
authored andcommitted
i2c: thunderx-pcidrv: reword according to newest specification
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Andi Shyti <[email protected]>
1 parent b00f427 commit 44981dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-thunderx-pcidrv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static u32 thunderx_i2c_functionality(struct i2c_adapter *adap)
7272
}
7373

7474
static const struct i2c_algorithm thunderx_i2c_algo = {
75-
.master_xfer = octeon_i2c_xfer,
75+
.xfer = octeon_i2c_xfer,
7676
.functionality = thunderx_i2c_functionality,
7777
};
7878

0 commit comments

Comments
 (0)