From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: linux-kernel@vger.kernel.org, kernel@pengutronix.de, "Finn Thain" <fthain@linux-m68k.org>, linux-m68k@lists.linux-m68k.org, "David S. Miller" <davem@davemloft.net>, "Jakub Kicinski" <kuba@kernel.org>, "Zhang Qilong" <zhangqilong3@huawei.com>, "Christophe JAILLET" <christophe.jaillet@wanadoo.fr>, netdev@vger.kernel.org, "Yoshinori Sato" <ysato@users.sourceforge.jp>, "Rich Felker" <dalias@libc.org>, "Samuel Iglesias Gonsálvez" <siglesias@igalia.com>, "Dmitry Torokhov" <dmitry.torokhov@gmail.com>, "Chen-Yu Tsai" <wens@csie.org>, "Pali Rohár" <pali@kernel.org>, linux-sh@vger.kernel.org, "Geert Uytterhoeven" <geert@linux-m68k.org> Subject: [PATCH 0/5] Some cleanups after making bus_type::remove return void Date: Tue, 27 Jul 2021 10:08:35 +0200 [thread overview] Message-ID: <20210727080840.3550927-1-u.kleine-koenig@pengutronix.de> (raw) Hello, while working on the patch set that made bus_type::remove return void I noticed a few things that could be improved. This series addresses these. Apart from a simple conflict between the two zorro patches there are no interdependencies between these patches. I created them on top of Greg's bus_remove_return_void-5.15 tag[1]. There might be further (probably simple) conflicts if they are applied based on an earlier commit. So it should be easily possible to let these patches go in through their usual maintainer trees. So please if you're a maintainer state if you prefer to take the patches yourself or if you prefer that Greg takes them together. Best regards Uwe [1] available at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/bus_remove_return_void-5.15 see https://lore.kernel.org/lkml/YPkwQwf0dUKnGA7L@kroah.com Uwe Kleine-König (5): nubus: Simplify check in remove callback nubus: Make struct nubus_driver::remove return void sh: superhyway: Simplify check in remove callback zorro: Simplify remove callback zorro: Drop useless (and hardly used) .driver member in struct zorro_dev drivers/net/ethernet/8390/mac8390.c | 3 +-- drivers/net/ethernet/natsemi/macsonic.c | 4 +--- drivers/nubus/bus.c | 2 +- drivers/sh/superhyway/superhyway.c | 2 +- drivers/zorro/zorro-driver.c | 13 ++++--------- include/linux/nubus.h | 2 +- include/linux/zorro.h | 1 - 7 files changed, 9 insertions(+), 18 deletions(-) base-commit: fc7a6209d5710618eb4f72a77cd81b8d694ecf89 -- 2.30.2
next reply other threads:[~2021-07-27 8:10 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-27 8:08 Uwe Kleine-König [this message] 2021-07-27 8:08 ` [PATCH 1/5] nubus: Simplify check in remove callback Uwe Kleine-König 2021-07-27 9:50 ` Finn Thain 2021-07-27 10:07 ` Geert Uytterhoeven 2021-07-27 10:19 ` Finn Thain 2021-07-27 11:42 ` Uwe Kleine-König 2021-07-31 10:32 ` Finn Thain 2021-07-31 12:05 ` Uwe Kleine-König 2021-07-27 8:08 ` [PATCH 2/5] nubus: Make struct nubus_driver::remove return void Uwe Kleine-König 2021-07-27 9:47 ` Finn Thain 2021-07-27 8:08 ` [PATCH 3/5] sh: superhyway: Simplify check in remove callback Uwe Kleine-König 2021-07-27 8:08 ` [PATCH 4/5] zorro: Simplify " Uwe Kleine-König 2021-07-27 8:08 ` [PATCH 5/5] zorro: Drop useless (and hardly used) .driver member in struct zorro_dev Uwe Kleine-König
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=20210727080840.3550927-1-u.kleine-koenig@pengutronix.de \ --to=u.kleine-koenig@pengutronix.de \ --cc=christophe.jaillet@wanadoo.fr \ --cc=dalias@libc.org \ --cc=davem@davemloft.net \ --cc=dmitry.torokhov@gmail.com \ --cc=fthain@linux-m68k.org \ --cc=geert@linux-m68k.org \ --cc=gregkh@linuxfoundation.org \ --cc=kernel@pengutronix.de \ --cc=kuba@kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-m68k@lists.linux-m68k.org \ --cc=linux-sh@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=pali@kernel.org \ --cc=siglesias@igalia.com \ --cc=wens@csie.org \ --cc=ysato@users.sourceforge.jp \ --cc=zhangqilong3@huawei.com \ --subject='Re: [PATCH 0/5] Some cleanups after making bus_type::remove return void' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).