Skip to content

Commit b00f427

Browse files
Wolfram SangAndi Shyti
authored andcommitted
i2c: tegra-bpmp: 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 3c06105 commit b00f427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/i2c/busses/i2c-tegra-bpmp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ static u32 tegra_bpmp_i2c_func(struct i2c_adapter *adapter)
275275
}
276276

277277
static const struct i2c_algorithm tegra_bpmp_i2c_algo = {
278-
.master_xfer = tegra_bpmp_i2c_xfer,
279-
.master_xfer_atomic = tegra_bpmp_i2c_xfer_atomic,
278+
.xfer = tegra_bpmp_i2c_xfer,
279+
.xfer_atomic = tegra_bpmp_i2c_xfer_atomic,
280280
.functionality = tegra_bpmp_i2c_func,
281281
};
282282

0 commit comments

Comments
 (0)