The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555: Linux 6.0-rc2 (2022-08-21 17:32:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.1 for you to fetch changes up to 467233a4ac29b215d492843d067a9f091e6bf0c5: rpmsg: char: Avoid double destroy of default endpoint (2022-09-21 11:21:33 -0600) ---------------------------------------------------------------- rpmsg updates for v6.1 This fixes a double free/destroy and drops an unnecessary local variable in the rpmsg char driver. ---------------------------------------------------------------- Shengjiu Wang (1): rpmsg: char: Avoid double destroy of default endpoint ye xingchen (1): rpmsg: char: Remove the unneeded result variable drivers/rpmsg/rpmsg_char.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)