Re: [PATCH 3/3] iommu: remove unneeded check

2016-07-03 Thread Alexey Kardashevskiy
On 29/06/16 08:07, Alex Williamson wrote: > On Tue, 28 Jun 2016 23:37:06 +0200 > Heiner Kallweit wrote: > >> Am 28.06.2016 um 22:09 schrieb Alex Williamson: >>> On Tue, 28 Jun 2016 20:40:37 +0200 >>> Heiner Kallweit wrote: >>> The init function ensures that iommu_group_kset can't be NULL

Re: [PATCH 3/3] iommu: remove unneeded check

2016-06-29 Thread Heiner Kallweit
Am 29.06.2016 um 00:07 schrieb Alex Williamson: > On Tue, 28 Jun 2016 23:37:06 +0200 > Heiner Kallweit wrote: > >> Am 28.06.2016 um 22:09 schrieb Alex Williamson: >>> On Tue, 28 Jun 2016 20:40:37 +0200 >>> Heiner Kallweit wrote: >>> The init function ensures that iommu_group_kset can't b

Re: [PATCH 3/3] iommu: remove unneeded check

2016-06-28 Thread Alex Williamson
On Tue, 28 Jun 2016 23:37:06 +0200 Heiner Kallweit wrote: > Am 28.06.2016 um 22:09 schrieb Alex Williamson: > > On Tue, 28 Jun 2016 20:40:37 +0200 > > Heiner Kallweit wrote: > > > >> The init function ensures that iommu_group_kset can't be NULL. > >> Therefore this check isn't needed. > >

Re: [PATCH 3/3] iommu: remove unneeded check

2016-06-28 Thread Heiner Kallweit
Am 28.06.2016 um 22:09 schrieb Alex Williamson: > On Tue, 28 Jun 2016 20:40:37 +0200 > Heiner Kallweit wrote: > >> The init function ensures that iommu_group_kset can't be NULL. >> Therefore this check isn't needed. > > Have you seen your previous patch? Wasn't this claim that the init > functi

Re: [PATCH 3/3] iommu: remove unneeded check

2016-06-28 Thread Alex Williamson
On Tue, 28 Jun 2016 20:40:37 +0200 Heiner Kallweit wrote: > The init function ensures that iommu_group_kset can't be NULL. > Therefore this check isn't needed. Have you seen your previous patch? Wasn't this claim that the init function ensures iommu_group_kset more true when iommu_init() called

[PATCH 3/3] iommu: remove unneeded check

2016-06-28 Thread Heiner Kallweit
The init function ensures that iommu_group_kset can't be NULL. Therefore this check isn't needed. Signed-off-by: Heiner Kallweit --- drivers/iommu/iommu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index b36ec9c..b36e24d 100644 --- a/drive