1
0
Fork 0
alistair23-linux/drivers/fsi
Arnd Bergmann ceb8a12ff2 drivers/fsi: fix fsi_slave_mode prototype
gcc warns about the return type of this function:

drivers/fsi/fsi-core.c:535:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]

This removes the 'const' attribute, as suggested by the warning.

Fixes: 2b37c3e285 ("drivers/fsi: Set slave SMODE to init communication")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-17 16:13:54 +02:00
..
Kconfig drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
Makefile drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
fsi-core.c drivers/fsi: fix fsi_slave_mode prototype 2017-07-17 16:13:54 +02:00
fsi-master-gpio.c drivers/fsi: Use asynchronous slave mode 2017-06-09 11:52:09 +02:00
fsi-master-hub.c drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
fsi-master.h drivers/fsi: Use asynchronous slave mode 2017-06-09 11:52:09 +02:00
fsi-scom.c drivers/fsi: Add SCOM FSI client device driver 2017-06-09 11:52:09 +02:00