commit | e083ea5b02114e1a54ebd285ae114d84ff5bea01 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Feb 08 16:06:08 2019 -0600 |
committer | Joerg Roedel <jroedel@suse.de> | Mon Feb 11 12:07:05 2019 +0100 |
tree | 1758f7ea54498c28753c843fc519bcbaa154986a | |
parent | 932a6523ce393921f81f09c273aa4adee52391af [diff] |
iommu/vt-d: Remove unnecessary local variable initializations A local variable initialization is a hint that the variable will be used in an unusual way. If the initialization is unnecessary, that hint becomes a distraction. Remove unnecessary initializations. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>