Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1738242
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] [media] OMAP3 ISP: Adjustments for some function implementations |
| Date | 2017-09-24 20:10 +0200 |
| Message-ID | <utjvQ-3xk-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sun, 24 Sep 2017 19:57:34 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (4): Delete an error message for a failed memory allocation in three functions Adjust 53 checks for null pointers Use common error handling code in isp_video_open() Delete an unnecessary variable initialisation in isp_video_open() drivers/media/platform/omap3isp/isp.c | 20 +++++----- drivers/media/platform/omap3isp/ispccdc.c | 28 +++++++------- drivers/media/platform/omap3isp/ispccp2.c | 6 +-- drivers/media/platform/omap3isp/ispcsi2.c | 6 +-- drivers/media/platform/omap3isp/ispcsiphy.c | 2 +- drivers/media/platform/omap3isp/isph3a_aewb.c | 5 +-- drivers/media/platform/omap3isp/isph3a_af.c | 7 +--- drivers/media/platform/omap3isp/isphist.c | 4 +- drivers/media/platform/omap3isp/isppreview.c | 8 ++-- drivers/media/platform/omap3isp/ispresizer.c | 8 ++-- drivers/media/platform/omap3isp/ispstat.c | 4 +- drivers/media/platform/omap3isp/ispvideo.c | 53 +++++++++++++-------------- 12 files changed, 70 insertions(+), 81 deletions(-) -- 2.14.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] [media] OMAP3 ISP: Adjustments for some function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-24 20:10 +0200 [PATCH 3/4] [media] omap3isp: Use common error handling code in isp_video_open() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-24 20:10 +0200 [PATCH 4/4] [media] omap3isp: Delete an unnecessary variable initialisation in isp_video_open() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-24 20:10 +0200 [PATCH 2/4] [media] omap3isp: Adjust 53 checks for null pointers SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-24 20:10 +0200 [PATCH 1/4] [media] omap3isp: Delete an error message for a failed memory allocation in three functions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-24 20:10 +0200
csiph-web