From: Sasha Levin <sashal@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
Helge Deller <deller@gmx.de>
Subject: Re: Patch "fbdev: omapfb: Drop unused remove function" has been added to the 6.6-stable tree
Date: Mon, 13 Nov 2023 07:49:44 -0500 [thread overview]
Message-ID: <ZVIbaGnc-ClgzbW-@sashalap> (raw)
In-Reply-To: <20231113085330.ik34bufqhut6bt6t@pengutronix.de>
On Mon, Nov 13, 2023 at 09:53:30AM +0100, Uwe Kleine-König wrote:
>On Sun, Nov 12, 2023 at 11:36:02PM -0500, Sasha Levin wrote:
>> This is a note to let you know that I've just added the patch titled
>>
>> fbdev: omapfb: Drop unused remove function
>>
>> to the 6.6-stable tree which can be found at:
>> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>>
>> The filename of the patch is:
>> fbdev-omapfb-drop-unused-remove-function.patch
>> and it can be found in the queue-6.6 subdirectory.
>>
>> If you, or anyone else, feels it should not be added to the stable tree,
>> please let <stable@vger.kernel.org> know about it.
>>
>>
>>
>> commit a772de6bea2f5a9b5dad8afe0d9145fd8ee62564
>> Author: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>> Date: Fri Nov 3 18:35:58 2023 +0100
>>
>> fbdev: omapfb: Drop unused remove function
>>
>> [ Upstream commit fc6699d62f5f4facc3e934efd25892fc36050b70 ]
>>
>> OMAP2_VRFB is a bool, so the vrfb driver can never be compiled as a
>> module. With that __exit_p(vrfb_remove) always evaluates to NULL and
>> vrfb_remove() is unused.
>>
>> If the driver was compilable as a module, it would fail to build because
>> the type of vrfb_remove() isn't compatible with struct
>> platform_driver::remove(). (The former returns void, the latter int.)
>>
>> Fixes: aa1e49a3752f ("OMAPDSS: VRFB: add omap_vrfb_supported()")
>> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>> Signed-off-by: Helge Deller <deller@gmx.de>
>> Signed-off-by: Sasha Levin <sashal@kernel.org>
>
>While it doesn't hurt to backport this patch, I guess it also doesn't
>give any benefit (apart from increasing my patch count in stable :-).
>
>This commit just removes code that was thrown away by the compiler
>before. So I'd not backport it.
Ack, dropped. Thanks!
--
Thanks,
Sasha
prev parent reply other threads:[~2023-11-13 12:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20231113043603.303944-1-sashal@kernel.org>
2023-11-13 8:53 ` Patch "fbdev: omapfb: Drop unused remove function" has been added to the 6.6-stable tree Uwe Kleine-König
2023-11-13 12:49 ` Sasha Levin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZVIbaGnc-ClgzbW-@sashalap \
--to=sashal@kernel.org \
--cc=deller@gmx.de \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox