Loading include/linux/spi/spi.h +1 −1 Original line number Diff line number Diff line Loading @@ -622,7 +622,7 @@ struct spi_controller { /* * These hooks are for drivers that use a generic implementation * of transfer_one_message() provied by the core. * of transfer_one_message() provided by the core. */ void (*set_cs)(struct spi_device *spi, bool enable); int (*transfer_one)(struct spi_controller *ctlr, struct spi_device *spi, Loading Loading
include/linux/spi/spi.h +1 −1 Original line number Diff line number Diff line Loading @@ -622,7 +622,7 @@ struct spi_controller { /* * These hooks are for drivers that use a generic implementation * of transfer_one_message() provied by the core. * of transfer_one_message() provided by the core. */ void (*set_cs)(struct spi_device *spi, bool enable); int (*transfer_one)(struct spi_controller *ctlr, struct spi_device *spi, Loading