mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/8] [media] Cx231xx: Adjustments for several function implementations
@ 2017-09-17 20:15 SF Markus Elfring
  2017-09-17 20:16 ` [PATCH 1/8] [media] cx231xx: Delete eight error messages for a failed memory allocation SF Markus Elfring
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: SF Markus Elfring @ 2017-09-17 20:15 UTC (permalink / raw)
  To: linux-media, Bhumika Goyal, Hans Verkuil, Johan Hovold,
	Julia Lawall, Matthias Schwarzott, Mauro Carvalho Chehab,
	Oleh Kravchenko, Peter Rosin, Sakari Ailus
  Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sun, 17 Sep 2017 21:30:12 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (8):
  Delete eight error messages for a failed memory allocation
  Adjust 56 checks for null pointers
  Improve six size determinations
  Delete an unnecessary variable initialisation in dvb_init()
  Use common error handling code in dvb_init()
  Use common error handling code in read_eeprom()
  Delete an unnecessary variable initialisation in read_eeprom()
  Use common error handling code in cx231xx_load_firmware()

 drivers/media/usb/cx231xx/cx231xx-417.c   |  65 +++++-----
 drivers/media/usb/cx231xx/cx231xx-audio.c |   2 +-
 drivers/media/usb/cx231xx/cx231xx-cards.c |  35 +++---
 drivers/media/usb/cx231xx/cx231xx-core.c  |  34 ++----
 drivers/media/usb/cx231xx/cx231xx-dvb.c   | 195 ++++++++++++------------------
 drivers/media/usb/cx231xx/cx231xx-vbi.c   |  17 +--
 drivers/media/usb/cx231xx/cx231xx-video.c |   6 +-
 7 files changed, 143 insertions(+), 211 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-09-17 20:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-17 20:15 [PATCH 0/8] [media] Cx231xx: Adjustments for several function implementations SF Markus Elfring
2017-09-17 20:16 ` [PATCH 1/8] [media] cx231xx: Delete eight error messages for a failed memory allocation SF Markus Elfring
2017-09-17 20:17 ` [PATCH 2/8] [media] cx231xx: Adjust 56 checks for null pointers SF Markus Elfring
2017-09-17 20:18 ` [PATCH 3/8] [media] cx231xx: Improve six size determinations SF Markus Elfring
2017-09-17 20:19 ` [PATCH 4/8] [media] cx231xx: Delete an unnecessary variable initialisation in dvb_init() SF Markus Elfring
2017-09-17 20:21 ` [PATCH 5/8] [media] cx231xx: Use common error handling code " SF Markus Elfring
2017-09-17 20:22 ` [PATCH 6/8] [media] cx231xx: Use common error handling code in read_eeprom() SF Markus Elfring
2017-09-17 20:23 ` [PATCH 7/8] [media] cx231xx: Delete an unnecessary variable initialisation " SF Markus Elfring
2017-09-17 20:24 ` [PATCH 8/8] [media] cx231xx: Use common error handling code in cx231xx_load_firmware() SF Markus Elfring

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

Powered by JetHome