spi: spi-sn-f-ospi: switch to use modern name
Change legacy name master to modern name host or controller. No functional changed. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20230818093154.1183529-24-yangyingliang@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
8d9ae783fb
Коммит
557efcf4c6
|
@ -501,7 +501,7 @@ out:
|
|||
|
||||
static int f_ospi_exec_op(struct spi_mem *mem, const struct spi_mem_op *op)
|
||||
{
|
||||
struct f_ospi *ospi = spi_controller_get_devdata(mem->spi->master);
|
||||
struct f_ospi *ospi = spi_controller_get_devdata(mem->spi->controller);
|
||||
int err = 0;
|
||||
|
||||
switch (op->data.dir) {
|
||||
|
@ -606,7 +606,7 @@ static int f_ospi_probe(struct platform_device *pdev)
|
|||
u32 num_cs = OSPI_NUM_CS;
|
||||
int ret;
|
||||
|
||||
ctlr = spi_alloc_master(dev, sizeof(*ospi));
|
||||
ctlr = spi_alloc_host(dev, sizeof(*ospi));
|
||||
if (!ctlr)
|
||||
return -ENOMEM;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче