Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1461196 > unrolled thread

[PATCH v2 0/2] add missing calls to kfree

Started byQuentin Lambert <lambert.quentin@gmail.com>
First post2016-08-12 16:20 +0200
Last post2016-08-12 16:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] add missing calls to kfree Quentin Lambert <lambert.quentin@gmail.com> - 2016-08-12 16:20 +0200

#1461196 — [PATCH v2 0/2] add missing calls to kfree

FromQuentin Lambert <lambert.quentin@gmail.com>
Date2016-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(-)
---

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web