Re: [PATCH 1/1] iommu/fsl_pamu: Remove unnecessary null test before kfree

2014-07-04 Thread Joerg Roedel
On Sun, Jun 29, 2014 at 10:01:26AM +0200, Fabian Frederick wrote: > Fix checkpatch warning: > WARNING: kfree(NULL) is safe this check is probably not required Applied, thanks. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfo

RE: [PATCH 1/1] iommu/fsl_pamu: Remove unnecessary null test before kfree

2014-06-29 Thread Varun Sethi
iommu@lists.linux-foundation.org; > devicet...@vger.kernel.org > Subject: [PATCH 1/1] iommu/fsl_pamu: Remove unnecessary null test before > kfree > > Fix checkpatch warning: > WARNING: kfree(NULL) is safe this check is probably not required > > Cc: Joerg Roedel > Cc: Grant L

[PATCH 1/1] iommu/fsl_pamu: Remove unnecessary null test before kfree

2014-06-29 Thread Fabian Frederick
Fix checkpatch warning: WARNING: kfree(NULL) is safe this check is probably not required Cc: Joerg Roedel Cc: Grant Likely Cc: iommu@lists.linux-foundation.org Cc: devicet...@vger.kernel.org Signed-off-by: Fabian Frederick --- drivers/iommu/fsl_pamu_domain.c | 3 +-- 1 file changed, 1 insertio