linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwrng: imx-rngc - two simple cleanups
@ 2023-05-19 16:11 Martin Kaiser
  2023-05-19 16:11 ` [PATCH 1/2] hwrng: imx-rngc - mark the probe function as __init Martin Kaiser
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Kaiser @ 2023-05-19 16:11 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto, linux-arm-kernel, linux-kernel, Martin Kaiser

Here's two more simple cleanups for imx-rngc. We can drop .data = NULL in the
imx_rngc_dt_ids. And the probe function can be marked as __init as we don't
support hotplugging.

Martin Kaiser (2):
  hwrng: imx-rngc - mark the probe function as __init
  hwrng: imx-rngc - don't init of_device_id's data

 drivers/char/hw_random/imx-rngc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-24 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19 16:11 [PATCH 0/2] hwrng: imx-rngc - two simple cleanups Martin Kaiser
2023-05-19 16:11 ` [PATCH 1/2] hwrng: imx-rngc - mark the probe function as __init Martin Kaiser
2023-05-19 16:11 ` [PATCH 2/2] hwrng: imx-rngc - don't init of_device_id's data Martin Kaiser
2023-05-24 10:14 ` [PATCH 0/2] hwrng: imx-rngc - two simple cleanups Herbert Xu

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).