The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:
Linux 5.7-rc5 (2020-05-10 15:16:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git tags/gnss-5.8-rc1 for you to fetch changes up to 9b5816b56af6a424619ab51d24de34dfc65102d8: gnss: replace zero-length array with flexible-array (2020-05-13 17:30:31 +0200) ---------------------------------------------------------------- GNSS updates for 5.8-rc1 Here are the GNSS updates for 5.8-rc1, including: - a fix for two broken probe errors paths in the sirf driver - a flexible array conversion Both have been in linux-next with no reported issues. ---------------------------------------------------------------- Gustavo A. R. Silva (1): gnss: replace zero-length array with flexible-array Wei Yongjun (1): gnss: sirf: fix error return code in sirf_probe() drivers/gnss/serial.h | 2 +- drivers/gnss/sirf.c | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-)