commit | cc05301fd54f3e166aedf24e39f6731c4dec0451 | [log] [tgz] |
---|---|---|
author | Jiang Liu <jiang.liu@linux.intel.com> | Mon Jan 06 14:18:24 2014 +0800 |
committer | Joerg Roedel <joro@8bytes.org> | Thu Jan 09 12:43:45 2014 +0100 |
tree | 3c5baf4bc8037b6ef97ef72de9d370af7885bcfd | |
parent | a84da70b7ba0c5236fccf25115acefc235ed65f9 [diff] |
iommu/vt-d: fix wrong return value of dmar_table_init() If dmar_table_init() fails to detect DMAR table on the first call, it will return wrong result on following calls because it always sets dmar_table_initialized no matter if succeeds or fails to detect DMAR table. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>