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

i2c: diolan-u2c: 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 <wsa+renesas@sang-engineering.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>

authored by

Wolfram Sang and committed by
Andi Shyti
3f1ca8a5 4c77db83

+1 -1
+1 -1
drivers/i2c/busses/i2c-diolan-u2c.c
··· 414 414 } 415 415 416 416 static const struct i2c_algorithm diolan_usb_algorithm = { 417 - .master_xfer = diolan_usb_xfer, 417 + .xfer = diolan_usb_xfer, 418 418 .functionality = diolan_usb_func, 419 419 }; 420 420