commit | 367d04c4ec02dad34d80452e32e3370db7fb6fee | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Thu May 28 09:54:48 2009 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Wed Jun 03 10:34:55 2009 +0200 |
tree | c6be71774b788662618c45470fc02b85e1797e26 | |
parent | c1eee67b2d8464781f5868a34168df61e40e85a6 [diff] |
amd_iommu: fix lock imbalance In alloc_coherent there is an omitted unlock on the path where mapping fails. Add the unlock. [ Impact: fix lock imbalance in alloc_coherent ] Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>