Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734151
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] [media] go7007: Delete an error message for a failed memory allocation in go7007_load_encoder() |
| Date | 2017-09-18 16:00 +0200 |
| Message-ID | <ur4KC-70P-31@gated-at.bofh.it> (permalink) |
| References | <ur4KB-70P-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Mon, 18 Sep 2017 10:52:42 +0200 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- drivers/media/usb/go7007/go7007-driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/usb/go7007/go7007-driver.c b/drivers/media/usb/go7007/go7007-driver.c index 05b1126f263e..222332189fa4 100644 --- a/drivers/media/usb/go7007/go7007-driver.c +++ b/drivers/media/usb/go7007/go7007-driver.c @@ -107,4 +107,3 @@ static int go7007_load_encoder(struct go7007 *go) - v4l2_err(go, "unable to allocate %d bytes for firmware transfer\n", fw_len); release_firmware(fw_entry); return -1; } -- 2.14.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/6] [media] go7007: Delete an error message for a failed memory allocation in go7007_load_encoder() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-09-18 16:00 +0200
csiph-web