[GIT PULL] Char/Misc driver fixes for 5.7-rc3

From: Greg KH
Date: Sun Apr 26 2020 - 06:48:02 EST


The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.7-rc3

for you to fetch changes up to 9c0c54a8daf465e6e6454ffe6fc999e81a22dbf9:

interconnect: qcom: Fix uninitialized tcs_cmd::wait (2020-04-23 16:18:07 +0200)

----------------------------------------------------------------
Char/misc driver fixes for 5.7-rc3

Here are 4 small misc driver fixes for 5.7-rc3:
- mei driver fix
- interconnect driver fix
- 2 fpga driver fixes

All have been in linux-next with no reported issue

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Benjamin Lee (1):
mei: me: fix irq number stored in hw struct

Greg Kroah-Hartman (1):
Merge tag 'fpga-fixes-for-5.7' of git://git.kernel.org/.../mdf/linux-fpga into char-misc-linus

Mike Tipton (1):
interconnect: qcom: Fix uninitialized tcs_cmd::wait

Shubhrajyoti Datta (1):
fpga: zynq: Remove clk_get error message for probe defer

Xu Yilun (1):
fpga: dfl: pci: fix return value of cci_pci_sriov_configure

drivers/fpga/dfl-pci.c | 6 ++++--
drivers/fpga/zynq-fpga.c | 3 ++-
drivers/interconnect/qcom/bcm-voter.c | 5 +++--
drivers/misc/mei/pci-me.c | 3 ++-
4 files changed, 11 insertions(+), 6 deletions(-)