On Wed, May 27, 2020 at 04:00:19PM -0500, wu000...@umn.edu wrote: > From: Qiushi Wu <wu000...@umn.edu> > > 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 <wu000...@umn.edu> > --- > drivers/iommu/iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.