Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a resource release omission in error handling code
@ 2016-07-22 13:32 Quentin Lambert
  2016-07-22 13:32 ` [PATCH 2/2] crypto: ixp4xx - Add missing npe_c release in error branches Quentin Lambert
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Quentin Lambert @ 2016-07-22 13:32 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, linux-crypto, linux-kernel; +Cc: kernel-janitors

The first patch is a style fix, the second add calls to npe_release.
The reason for me thinking that they are necessary is that every other branches
leading to an error return are calling this function.

---
 drivers/crypto/ixp4xx_crypto.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-09 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22 13:32 [PATCH 0/2] Fix a resource release omission in error handling code Quentin Lambert
2016-07-22 13:32 ` [PATCH 2/2] crypto: ixp4xx - Add missing npe_c release in error branches Quentin Lambert
2016-07-22 13:32 ` [PATCH 1/2] crypto: ixp4xx - Fix a "simple if" coding style warning Quentin Lambert
2016-08-09 10:59 ` [PATCH 0/2] Fix a resource release omission in error handling code Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox