Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725519
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] [media] OmniVision: Adjustments for four function implementations |
| Date | 2017-09-02 17:50 +0200 |
| Message-ID | <uliQh-4Hk-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 2 Sep 2017 17:01:23 +0200 A few update suggestions were taken into account from static source code analysis. Markus Elfring (7): Delete an error message for a failed memory allocation in ov2640_probe() Improve a size determination in ov2640_probe() Delete an error message for a failed memory allocation in ov6650_probe() Delete an error message for a failed memory allocation in ov9640_probe() Improve a size determination in ov9640_probe() Delete an error message for a failed memory allocation in ov9740_probe() Improve a size determination in ov9740_probe() drivers/media/i2c/ov2640.c | 7 ++----- drivers/media/i2c/ov6650.c | 5 +---- drivers/media/i2c/soc_camera/ov9640.c | 7 ++----- drivers/media/i2c/soc_camera/ov9740.c | 6 ++---- 4 files changed, 7 insertions(+), 18 deletions(-) -- 2.14.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] [media] OmniVision: Adjustments for four function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-02 17:50 +0200 [PATCH 5/7] [media] ov9640: Improve a size determination in ov9640_probe() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-02 18:00 +0200 [PATCH 3/7] [media] ov6650: Delete an error message for a failed memory allocation in ov6650_probe() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-02 18:00 +0200 [PATCH 6/7] [media] ov9740: Delete an error message for a failed memory allocation in ov9740_probe() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-02 18:00 +0200 [PATCH 4/7] [media] ov9640: Delete an error message for a failed memory allocation in ov9640_probe() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-02 18:00 +0200 [PATCH 7/7] [media] ov9740: Improve a size determination in ov9740_probe() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-02 18:00 +0200
csiph-web