IOMMU Fixes for Linux v5.7-rc7

Including:

	- Two compile test fixes for issues introduced during the
	  5.7-rc1 merge window.

	- A fix for a reference count leak in an error path of
	  iommu_group_alloc().
iommu: Fix reference count leak in iommu_group_alloc.

kobject_init_and_add() takes reference even when it fails.
Thus, when kobject_init_and_add() returns an error,
kobject_put() must be called to properly clean up the kobject.

Fixes: d72e31c93746 ("iommu: IOMMU Groups")
Signed-off-by: Qiushi Wu <wu000273@umn.edu>
Link: https://lore.kernel.org/r/20200527210020.6522-1-wu000273@umn.edu
Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 file changed