Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH -next 0/3] media: Remove unnecessary ternary operators
@ 2023-08-04  3:13 Ruan Jinjie
  2023-08-04  3:13 ` [PATCH -next 1/3] media: dvb-frontends: drx39xyj: Remove an unnecessary ternary operator Ruan Jinjie
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ruan Jinjie @ 2023-08-04  3:13 UTC (permalink / raw)
  To: mchehab, hverkuil-cisco, j.neuschaefer, u.kleine-koenig,
	linux-media
  Cc: ruanjinjie

Ther are a little ternary operators, the true or false judgement
of which is unnecessary in C language semantics.

Ruan Jinjie (3):
  media: dvb-frontends: drx39xyj: Remove an unnecessary ternary operator
  media: radio-wl1273: Remove an unnecessary ternary operator
  media: dvb-usb: gp8psk: Remove an unnecessary ternary operator

 drivers/media/dvb-frontends/drx39xyj/drxj.c | 2 +-
 drivers/media/radio/radio-wl1273.c          | 2 +-
 drivers/media/usb/dvb-usb/gp8psk.c          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-14  8:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04  3:13 [PATCH -next 0/3] media: Remove unnecessary ternary operators Ruan Jinjie
2023-08-04  3:13 ` [PATCH -next 1/3] media: dvb-frontends: drx39xyj: Remove an unnecessary ternary operator Ruan Jinjie
2023-08-04  6:05   ` Uwe Kleine-König
2023-08-04  6:18     ` Ruan Jinjie
2023-08-04  3:13 ` [PATCH -next 2/3] media: radio-wl1273: " Ruan Jinjie
2023-08-14  8:23   ` Jonathan Neuschäfer
2023-08-04  3:13 ` [PATCH -next 3/3] media: dvb-usb: gp8psk: " Ruan Jinjie

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