Re: [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-26 Thread Joerg Roedel
On Mon, Jul 17, 2017 at 07:47:02AM +0200, Krzysztof Kozlowski wrote: > Wrong Kconfig option was used when adding warning for untested > big-endian capabilities. There is no CONFIG_BIG_ENDIAN option. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/iommu/exynos-iommu.c | 2

Re: [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-26 Thread Joerg Roedel
On Mon, Jul 17, 2017 at 07:47:02AM +0200, Krzysztof Kozlowski wrote: > Wrong Kconfig option was used when adding warning for untested > big-endian capabilities. There is no CONFIG_BIG_ENDIAN option. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/iommu/exynos-iommu.c | 2 +- > 1 file

Re: [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-17 Thread Krzysztof Kozlowski
On Mon, Jul 17, 2017 at 5:25 PM, kbuild test robot wrote: > Hi Krzysztof, > > [auto build test WARNING on iommu/next] > [also build test WARNING on v4.13-rc1 next-20170717] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > >

Re: [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-17 Thread Krzysztof Kozlowski
On Mon, Jul 17, 2017 at 5:25 PM, kbuild test robot wrote: > Hi Krzysztof, > > [auto build test WARNING on iommu/next] > [also build test WARNING on v4.13-rc1 next-20170717] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-17 Thread kbuild test robot
Hi Krzysztof, [auto build test WARNING on iommu/next] [also build test WARNING on v4.13-rc1 next-20170717] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-17 Thread kbuild test robot
Hi Krzysztof, [auto build test WARNING on iommu/next] [also build test WARNING on v4.13-rc1 next-20170717] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-16 Thread Krzysztof Kozlowski
Wrong Kconfig option was used when adding warning for untested big-endian capabilities. There is no CONFIG_BIG_ENDIAN option. Signed-off-by: Krzysztof Kozlowski --- drivers/iommu/exynos-iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option

2017-07-16 Thread Krzysztof Kozlowski
Wrong Kconfig option was used when adding warning for untested big-endian capabilities. There is no CONFIG_BIG_ENDIAN option. Signed-off-by: Krzysztof Kozlowski --- drivers/iommu/exynos-iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/exynos-iommu.c