linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] [media] USB Video Class driver: Fine-tuning for several function implementations
@ 2016-12-25 18:28 SF Markus Elfring
  2016-12-25 18:29 ` [PATCH 01/19] [media] uvc_driver: Use kmalloc_array() in uvc_simplify_fraction() SF Markus Elfring
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: SF Markus Elfring @ 2016-12-25 18:28 UTC (permalink / raw)
  To: linux-media, Laurent Pinchart, Mauro Carvalho Chehab
  Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sun, 25 Dec 2016 19:23:32 +0100

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

Markus Elfring (19):
  uvc_driver: Use kmalloc_array() in uvc_simplify_fraction()
  uvc_driver: Combine substrings for 48 messages
  uvc_driver: Adjust three function calls together with a variable assignment
  uvc_driver: Adjust 28 checks for null pointers
  uvc_driver: Enclose 24 expressions for the sizeof operator by parentheses
  uvc_driver: Add some spaces for better code readability
  uvc_driver: Rename a jump label in uvc_probe()
  uvc_driver: Rename a jump label in uvc_scan_fallback()
  uvc_driver: Less function calls in uvc_parse_streaming() after error detection
  uvc_driver: Return -ENOMEM after a failed kzalloc() call in uvc_parse_streaming()
  uvc_driver: Delete an unnecessary variable initialisation in uvc_parse_streaming()
  uvc_driver: Move six assignments in uvc_parse_streaming()
  uvc_video: Use kmalloc_array() in uvc_video_clock_init()
  uvc_video: Combine substrings for 22 messages
  uvc_video: Adjust one function call together with a variable assignment
  uvc_video: Adjust 18 checks for null pointers
  uvc_video: Fix a typo in a comment line
  uvc_video: Enclose an expression for the sizeof operator by parentheses
  uvc_video: Add some spaces for better code readability

 drivers/media/usb/uvc/uvc_driver.c | 532 +++++++++++++++++++------------------
 drivers/media/usb/uvc/uvc_video.c  | 162 +++++------
 2 files changed, 363 insertions(+), 331 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2016-12-25 18:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-25 18:28 [PATCH 00/19] [media] USB Video Class driver: Fine-tuning for several function implementations SF Markus Elfring
2016-12-25 18:29 ` [PATCH 01/19] [media] uvc_driver: Use kmalloc_array() in uvc_simplify_fraction() SF Markus Elfring
2016-12-25 18:31 ` [PATCH 02/19] [media] uvc_driver: Combine substrings for 48 messages SF Markus Elfring
2016-12-25 18:32 ` [PATCH 03/19] [media] uvc_driver: Adjust three function calls together with a variable assignment SF Markus Elfring
2016-12-25 18:33 ` [PATCH 04/19] [media] uvc_driver: Adjust 28 checks for null pointers SF Markus Elfring
2016-12-25 18:35 ` [PATCH 05/19] [media] uvc_driver: Enclose 24 expressions for the sizeof operator by parentheses SF Markus Elfring
2016-12-25 18:36 ` [PATCH 06/19] [media] uvc_driver: Add some spaces for better code readability SF Markus Elfring
2016-12-25 18:37 ` [PATCH 07/19] [media] uvc_driver: Rename a jump label in uvc_probe() SF Markus Elfring
2016-12-25 18:39 ` [PATCH 08/19] [media] uvc_driver: Rename a jump label in uvc_scan_fallback() SF Markus Elfring
2016-12-25 18:40 ` [PATCH 09/19] [media] uvc_driver: Less function calls in uvc_parse_streaming() after error detection SF Markus Elfring
2016-12-25 18:41 ` [PATCH 10/19] [media] uvc_driver: Return -ENOMEM after a failed kzalloc() call in uvc_parse_streaming() SF Markus Elfring
2016-12-25 18:43 ` [PATCH 11/19] [media] uvc_driver: Delete an unnecessary variable initialisation " SF Markus Elfring
2016-12-25 18:44 ` [PATCH 12/19] [media] uvc_driver: Move six assignments " SF Markus Elfring
2016-12-25 18:45 ` [PATCH 13/19] [media] uvc_video: Use kmalloc_array() in uvc_video_clock_init() SF Markus Elfring
2016-12-25 18:46 ` [PATCH 14/19] [media] uvc_video: Combine substrings for 22 messages SF Markus Elfring
2016-12-25 18:47 ` [PATCH 15/19] [media] uvc_video: Adjust one function call together with a variable assignment SF Markus Elfring
2016-12-25 18:49 ` [PATCH 16/19] [media] uvc_video: Adjust 18 checks for null pointers SF Markus Elfring
2016-12-25 18:50 ` [PATCH 17/19] [media] uvc_video: Fix a typo in a comment line SF Markus Elfring
2016-12-25 18:51 ` [PATCH 18/19] [media] uvc_video: Enclose an expression for the sizeof operator by parentheses SF Markus Elfring
2016-12-25 18:54 ` [PATCH 19/19] [media] uvc_video: Add some spaces for better code readability 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;
as well as URLs for NNTP newsgroup(s).