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 69C08C433EF for ; Thu, 3 Mar 2022 12:16:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233148AbiCCMRe (ORCPT ); Thu, 3 Mar 2022 07:17:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233122AbiCCMRZ (ORCPT ); Thu, 3 Mar 2022 07:17:25 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D3F715E6F3 for ; Thu, 3 Mar 2022 04:16:40 -0800 (PST) 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 9B19D61865 for ; Thu, 3 Mar 2022 12:16:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C43BC340ED; Thu, 3 Mar 2022 12:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646309799; bh=zbUChRDujwtCzXRoG1CpPeen2waZyVS0M7dak0YHk1M=; h=Date:From:To:Cc:Subject:From; b=JIoINa4mEHH+l2Cm7H3OQ1m1Y5tkSY92gXnEXeIkdJsH2ySpA11q6QOpUsoNmM8Ds bvYghsYd46+KU8k/KjMNIoNomBgYG11XC3ApeCML46IDzEq2GtmcyeP1UAsfrrHEVl KUd2dpt0LRP//Xp2MQX/a5FPTWUdFO0pd986+UOHM2l1/2dtEZ9tZygOJ23aa+DBzT BXMogizVl/lTgxChE9JSAZGbvxKJ1NN0DsufGshlLAAPobV6eklOpjohWcKf2w/Bd/ ZDwiIZF4CmFbDLPuUCGhh+61mSsoKuDbErj5ajR50E/g+Wpe3qqIkE+GyIFC27m2fx 74qhgVcENwP9w== Date: Thu, 3 Mar 2022 13:16:07 +0100 From: Miguel Ojeda To: Linus Torvalds Cc: Andy Shevchenko , Geert Uytterhoeven , Lars Poeschel , Miguel Ojeda , linux-kernel@vger.kernel.org Subject: [GIT PULL] auxdisplay for v5.17-rc7 Message-ID: <20220303121607.GA11312@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: elm/2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull these fixes for auxdisplay (they have been in today's -next run, only). Cheers, Miguel The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3: Linux 5.17-rc6 (2022-02-27 14:36:33 -0800) are available in the Git repository at: https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.17-rc7 for you to fetch changes up to 9ed331f8a0fb674f4f06edf05a1687bf755af27b: auxdisplay: lcd2s: Use proper API to free the instance of charlcd object (2022-03-03 00:30:31 +0100) ---------------------------------------------------------------- A few `lcd2s` fixes for `auxdisplay` from Andy Shevchenko. ---------------------------------------------------------------- Andy Shevchenko (3): auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature auxdisplay: lcd2s: Fix memory leak in ->remove() auxdisplay: lcd2s: Use proper API to free the instance of charlcd object drivers/auxdisplay/lcd2s.c | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-)