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

mailbox: remove unneeded 'fast_io' parameter in regmap_config

When using MMIO with regmap, fast_io is implied. No need to set it
again.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>

authored by

Wolfram Sang and committed by
Jassi Brar
60d7416d 426f4e94

-1
-1
drivers/mailbox/qcom-apcs-ipc-mailbox.c
··· 58 58 .reg_stride = 4, 59 59 .val_bits = 32, 60 60 .max_register = 0x1008, 61 - .fast_io = true, 62 61 }; 63 62 64 63 static int qcom_apcs_ipc_send_data(struct mbox_chan *chan, void *data)