public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH -next 0/2] media: platform: Do not check for 0 return after calling platform_get_irq()
@ 2023-08-03  2:46 Ruan Jinjie
  2023-08-03  2:46 ` [PATCH -next 1/2] media: camif-core: " Ruan Jinjie
  2023-08-03  2:46 ` [PATCH -next 2/2] media: verisilicon: " Ruan Jinjie
  0 siblings, 2 replies; 7+ messages in thread
From: Ruan Jinjie @ 2023-08-03  2:46 UTC (permalink / raw)
  To: sylvester.nawrocki, mchehab, ezequiel, p.zabel, linux-media,
	linux-samsung-soc, linux-rockchip
  Cc: ruanjinjie

There is no possible for platform_get_irq() and platform_get_irq_byname() 
to return 0,

And the return value of platform_get_irq() or platform_get_irq_byname() 
is more sensible to show the error reason.

Ruan Jinjie (2):
  media: camif-core: Do not check for 0 return after calling
    platform_get_irq()
  media: verisilicon: Do not check for 0 return after calling
    platform_get_irq()

 drivers/media/platform/samsung/s3c-camif/camif-core.c | 4 ++--
 drivers/media/platform/verisilicon/hantro_drv.c       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.34.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2023-08-05 21:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03  2:46 [PATCH -next 0/2] media: platform: Do not check for 0 return after calling platform_get_irq() Ruan Jinjie
2023-08-03  2:46 ` [PATCH -next 1/2] media: camif-core: " Ruan Jinjie
2023-08-03  6:39   ` Andrzej Pietrasiewicz
2023-08-05 21:40   ` Andi Shyti
2023-08-03  2:46 ` [PATCH -next 2/2] media: verisilicon: " Ruan Jinjie
2023-08-03  6:38   ` Andrzej Pietrasiewicz
2023-08-05 21:42   ` Andi Shyti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox