Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461196 > unrolled thread
| Started by | Quentin Lambert <lambert.quentin@gmail.com> |
|---|---|
| First post | 2016-08-12 16:20 +0200 |
| Last post | 2016-08-12 16:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/2] add missing calls to kfree Quentin Lambert <lambert.quentin@gmail.com> - 2016-08-12 16:20 +0200
| From | Quentin Lambert <lambert.quentin@gmail.com> |
|---|---|
| Date | 2016-08-12 16:20 +0200 |
| Subject | [PATCH v2 0/2] add missing calls to kfree |
| Message-ID | <s5ltv-2Ka-5@gated-at.bofh.it> |
The first patch is a style fix, the second add calls to kfree. The reason for me thinking that they are necessary is that every other branches leading to an error return are jumping to the same destination. v2: add a commit message to the first patch --- drivers/staging/rts5208/ms.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) ---
Back to top | Article view | linux.kernel
csiph-web