diff options
author | Kevin Mitchell <kevmitch@arista.com> | 2019-06-13 00:52:05 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-07-01 15:03:07 +0300 |
commit | 5c90501a7290e8066a5530f491e764730791945a (patch) | |
tree | 13d2f56acf1122762ca7b7fcde9c382d72a9ad67 /drivers/iommu/amd_iommu.c | |
parent | bf4bff46eac151c3fd299741d71c4216e45b5d8b (diff) | |
download | linux-5c90501a7290e8066a5530f491e764730791945a.tar.xz |
iommu/amd: Only free resources once on init error
When amd_iommu=off was specified on the command line, free_X_resources
functions were called immediately after early_amd_iommu_init. They were
then called again when amd_iommu_init also failed (as expected).
Instead, call them only once: at the end of state_next() whenever
there's an error. These functions should be safe to call any time and
any number of times. However, since state_next is never called again in
an error state, the cleanup will only ever be run once.
This also ensures that cleanup code is run as soon as possible after an
error is detected rather than waiting for amd_iommu_init() to be called.
Signed-off-by: Kevin Mitchell <kevmitch@arista.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/amd_iommu.c')
0 files changed, 0 insertions, 0 deletions