commit | 8a7c5ef3ba8cca8f9c4f91ddef3d081f517914ae | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Tue Aug 19 02:13:55 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Aug 19 02:16:24 2008 +0200 |
tree | e3df64c8761f6c400a838d8d9a39e1fbc22e19f5 | |
parent | a7f5aaf36ded825477c4d7167cc6eb1bcdc63191 [diff] |
x86 iommu: remove unneeded parenthesis The parenthesis in __iommu_queue_command() are not needed when assigning into 'target' variable. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Ingo Molnar <mingo@elte.hu>