android_kernel_samsung_univ.../drivers
Geert Uytterhoeven dae7ffc78e USB: serial: cp210x: use tcflag_t to fix incompatible pointer type
commit 009615ab7fd4e43b82a38e4e6adc5e23c1ee567f upstream.

On sparc32, tcflag_t is unsigned long, unlike all other architectures:

    drivers/usb/serial/cp210x.c: In function 'cp210x_get_termios':
    drivers/usb/serial/cp210x.c:717:3: warning: passing argument 2 of 'cp210x_get_termios_port' from incompatible pointer type
       cp210x_get_termios_port(tty->driver_data,
       ^
    drivers/usb/serial/cp210x.c:35:13: note: expected 'unsigned int *' but argument is of type 'tcflag_t *'
     static void cp210x_get_termios_port(struct usb_serial_port *port,
		 ^

Consistently use tcflag_t to fix this.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-06 16:46:20 +02:00
..
accessibility
acpi
amba
android
ata
atm
auxdisplay
base
bcma
block cdrom: do not call check_disk_change() inside cdrom_open() 2018-05-30 07:49:13 +02:00
bluetooth Bluetooth: btusb: Add device ID for RTL8822BE 2018-05-30 07:49:17 +02:00
bus
cdrom cdrom: do not call check_disk_change() inside cdrom_open() 2018-05-30 07:49:13 +02:00
char hwrng: stm32 - add reset during probe 2018-05-30 07:49:14 +02:00
clk clk: samsung: exynos3250: Fix PLL rates 2018-05-30 07:49:16 +02:00
clocksource
connector
cpufreq
cpuidle
crypto crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss 2018-05-30 07:49:16 +02:00
dca
devfreq
dio
dma dmaengine: pl330: fix a race condition in case of threaded irqs 2018-05-30 07:49:14 +02:00
dma-buf
edac
eisa
extcon
firewire
firmware
fmc
fpga
gpio
gpu drm/rockchip: Respect page offset for PRIME mmap calls 2018-05-30 07:49:16 +02:00
hid
hsi
hv
hwmon
hwspinlock
hwtracing
i2c
ide cdrom: do not call check_disk_change() inside cdrom_open() 2018-05-30 07:49:13 +02:00
idle
iio
infiniband
input
iommu
ipack
irqchip
isdn
leds
lguest
lightnvm
macintosh
mailbox
mcb
md
media media: cx25821: prevent out-of-bounds read on array card 2018-05-30 07:49:15 +02:00
memory
memstick
message
mfd
misc
mmc
mtd
net enic: enable rq before updating rq descriptors 2018-05-30 07:49:14 +02:00
nfc
ntb
nubus
nvdimm
nvme
nvmem
of
oprofile
parisc
parport
pci PCI: Add function 1 DMA alias quirk for Marvell 88SE9220 2018-05-30 07:49:15 +02:00
pcmcia
perf
phy
pinctrl
platform
pnp
power
powercap
pps
ps3
ptp
pwm
rapidio
ras
regulator regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of_regulator_match()' 2018-05-30 07:49:17 +02:00
remoteproc
reset
rpmsg
rtc rtc: tx4939: avoid unintended sign extension on a 24 bit shift 2018-05-30 07:49:14 +02:00
s390
sbus
scsi scsi: lpfc: Fix frequency of Release WQE CQEs 2018-05-30 07:49:17 +02:00
sfi
sh
sn
soc
spi
spmi
ssb
staging staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr 2018-05-30 07:49:14 +02:00
target
tc
thermal
thunderbolt
tty serial: arc_uart: Fix out-of-bounds access through DT alias 2018-05-30 07:49:15 +02:00
uio
usb USB: serial: cp210x: use tcflag_t to fix incompatible pointer type 2018-06-06 16:46:20 +02:00
uwb
vfio
vhost
video
virt
virtio
vlynq
vme
w1
watchdog
xen
zorro
Kconfig
Makefile