The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:
Linux 5.7-rc5 (2020-05-10 15:16:58 -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-rc7 for you to fetch changes up to 7a839dbab1be59f5ed3b3b046de29e166784c9b4: misc: rtsx: Add short delay after exit from ASPM (2020-05-22 13:27:38 +0200) ---------------------------------------------------------------- Char/Misc fixes for 5.7-rc7 Here are some small char/misc driver fixes for 5.7-rc7 that resolve some reported issues. Included in here are tiny fixes for the mei, coresight, rtsx, ipack, and mhi drivers. All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Alexander Usyskin (1): mei: release me_cl object reference Calvin Johnson (1): coresight: cti: remove incorrect NULL return check Klaus Doth (1): misc: rtsx: Add short delay after exit from ASPM Wei Yongjun (2): ipack: tpci200: fix error return code in tpci200_register() bus: mhi: core: Fix some error return code drivers/bus/mhi/core/init.c | 2 ++ drivers/hwtracing/coresight/coresight-cti-platform.c | 4 ++-- drivers/ipack/carriers/tpci200.c | 1 + drivers/misc/cardreader/rtsx_pcr.c | 3 +++ drivers/misc/mei/client.c | 2 ++ 5 files changed, 10 insertions(+), 2 deletions(-)

