commit | 54be7ec98875e3061e6ae788d6e7088cffa5ed2e | [log] [tgz] |
---|---|---|
author | Nick Ewalt <nicholasewalt@google.com> | Sun Oct 14 21:59:22 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 15 16:30:37 2018 +0200 |
tree | 93e087df3b92fe62dbb5c9e145127cb8489da420 | |
parent | 53f8a81d465b10aabaf6e0ffc99e7ea2c25bef5a [diff] |
staging: gasket: page table: fixup error path allocating coherent mem Correctly clean up data structure state in gasket_alloc_coherent_memory error path, to ensure no double free on the stale pointer value. Signed-off-by: Nick Ewalt <nicholasewalt@google.com> Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>