android_kernel_oneplus_msm8998/drivers/isdn/sc
Arnd Bergmann 9e9c3045bb isdn: sc: work around type mismatch warning
This driver shows warnings on many architectures:

drivers/isdn/sc/init.c: In function 'identify_board':
drivers/isdn/sc/init.c:484:2: error: passing argument 1 of 'readl' makes pointer from integer without a cast [-Werror]

In newer kernels, it was completely removed, but for the 4.4-stable
series, let's just shut up that warning by adding an extra variable
to do the necessary type cast.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-02-25 11:03:51 +01:00
..
card.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
command.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
event.c isdn: use strlcpy() instead strcpy() 2013-12-18 17:53:59 -05:00
hardware.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
includes.h
init.c isdn: sc: work around type mismatch warning 2018-02-25 11:03:51 +01:00
interrupt.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
ioctl.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
Kconfig Kconfig: Remove useless and sometimes wrong comments 2009-11-09 09:40:56 +01:00
Makefile
message.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
message.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
packet.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
scioc.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
shmem.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
timer.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00