From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 567A7C433EF for ; Sun, 10 Apr 2022 12:51:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243180AbiDJMxm (ORCPT ); Sun, 10 Apr 2022 08:53:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229677AbiDJMxe (ORCPT ); Sun, 10 Apr 2022 08:53:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6AF163BDF; Sun, 10 Apr 2022 05:51:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6977C60FD4; Sun, 10 Apr 2022 12:51:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FB92C385A4; Sun, 10 Apr 2022 12:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649595083; bh=K+Xm3pX6N4tIOqUaw3aVj6EhwKZMhA1GN1ShZ3oZ2jM=; h=Date:From:To:Cc:Subject:From; b=msSL5WS9g6eRcnfFj5mHj8kpRiB2Pbok1CwN82JdK2IaigadQSxmmW8VWGzh5YroU AOEfp7v+BH6TxRKIhsGAatpWr4nMGNePA6FiPG6b23mdNU2sOoBN/H0ZdHq7AVWID9 hgwOZ8BPpRS0gSwO6e2S6ewo5PMqqpwFmPwVi4Kw= Date: Sun, 10 Apr 2022 14:51:21 +0200 From: Greg KH To: Linus Torvalds Cc: Jiri Slaby , Stephen Rothwell , Andrew Morton , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PULL] TTY/Serial driver fix for 5.18-rc2 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.18-rc2 for you to fetch changes up to dbf3f09322141b6f04a33949453b7626f62d9e0b: tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II. (2022-04-04 10:33:02 +0200) ---------------------------------------------------------------- Serial driver fix for 5.18-rc2 This is a single serial driver fix for a build issue that showed up due to changes that came in through the tty tree in 5.18-rc1 that were missed previously. It resolves a build error with the mpc52xx_uart driver. It has been in linux-next this week with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Jiri Slaby (1): tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II. drivers/tty/serial/mpc52xx_uart.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)