[GIT PULL] GNSS fixes for v4.20-rc3
From: Johan Hovold
Date: Wed Nov 14 2018 - 10:06:43 EST
The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:
Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git tags/gnss-4.20-rc3
for you to fetch changes up to 9ac9252b4bcdaa7c257b707584b7e06effa7c992:
gnss: sirf: fix synchronous write timeout (2018-11-14 14:35:47 +0100)
----------------------------------------------------------------
GNSS fixes for v4.20-rc3
The two serdev drivers were using the wrong timeout argument when
expecting the serdev_device_write() helper to wait indefinitely,
something which could result in incomplete writes when the controller
write buffer was getting full.
Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
----------------------------------------------------------------
Johan Hovold (2):
gnss: serial: fix synchronous write timeout
gnss: sirf: fix synchronous write timeout
drivers/gnss/serial.c | 3 ++-
drivers/gnss/sirf.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)