commit | f34c73f55a06ac443c492fc11b85f7a44dfdc112 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Tue Oct 20 17:33:34 2015 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Oct 21 11:29:26 2015 +0200 |
tree | ebe71ad583fb74d04d65e9c85af2a6d2d724cb5c | |
parent | a591989a7c162587f24305c3fe3bd8f055ed3329 [diff] |
iommu/amd: Do not BUG_ON in __detach_device() The condition in the BUG_ON is an indicator of a BUG, but no reason to kill the code path. Turn it into a WARN_ON and bail out if it is hit. Signed-off-by: Joerg Roedel <jroedel@suse.de>