aboutsummaryrefslogtreecommitdiff
path: root/lib/jedec_ddr_data.c
diff options
context:
space:
mode:
authorHerbert Xu <[email protected]>2015-04-16 11:07:13 +0800
committerLinus Torvalds <[email protected]>2015-04-15 20:26:16 -0700
commit34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085 (patch)
tree293687562728755c0cd9186bfa8f9137a6b1cc92 /lib/jedec_ddr_data.c
parenteea3a00264cf243a28e4331566ce67b86059339d (diff)
crypto: fix broken crypto_register_instance() module handling
Commit 9c521a200bc3 ("crypto: api - remove instance when test failed") tried to grab a module reference count before the module was even set. Worse, it then goes on to free the module reference count after it is set so you quickly end up with a negative module reference count which prevents people from using any instances belonging to that module. This patch moves the module initialisation before the reference count. Reported-by: Linus Torvalds <[email protected]> Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/jedec_ddr_data.c')
0 files changed, 0 insertions, 0 deletions