All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Paul Bolle <pebolle@tiscali.nl>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Mauro Carvalho Chehab <m.chehab@samsung.com>,
	Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linux-media@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Valentin Rothberg <valentinrothberg@gmail.com>
Subject: Re: [PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P
Date: Mon, 06 Oct 2014 16:37:44 +0400	[thread overview]
Message-ID: <54328D18.2000606@cogentembedded.com> (raw)
In-Reply-To: <1412586485.4054.40.camel@x220>

Hello.

On 10/6/2014 1:08 PM, Paul Bolle wrote:

> Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code")
> removed the Kconfig symbol PLAT_S5P. Remove an optional dependency on
> that symbol from this Kconfig file too.

> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
>   drivers/media/platform/exynos4-is/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

> diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig
> index 77c951237744..775c3278d0eb 100644
> --- a/drivers/media/platform/exynos4-is/Kconfig
> +++ b/drivers/media/platform/exynos4-is/Kconfig
> @@ -2,7 +2,7 @@
>   config VIDEO_SAMSUNG_EXYNOS4_IS
>   	bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver"
>   	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
> -	depends on (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST)
> +	depends on (ARCH_EXYNOS || COMPILE_TEST)

    Perhaps it's time to drop the useless parens?

WBR, Sergei

WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P
Date: Mon, 06 Oct 2014 16:37:44 +0400	[thread overview]
Message-ID: <54328D18.2000606@cogentembedded.com> (raw)
In-Reply-To: <1412586485.4054.40.camel@x220>

Hello.

On 10/6/2014 1:08 PM, Paul Bolle wrote:

> Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code")
> removed the Kconfig symbol PLAT_S5P. Remove an optional dependency on
> that symbol from this Kconfig file too.

> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
>   drivers/media/platform/exynos4-is/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

> diff --git a/drivers/media/platform/exynos4-is/Kconfig b/drivers/media/platform/exynos4-is/Kconfig
> index 77c951237744..775c3278d0eb 100644
> --- a/drivers/media/platform/exynos4-is/Kconfig
> +++ b/drivers/media/platform/exynos4-is/Kconfig
> @@ -2,7 +2,7 @@
>   config VIDEO_SAMSUNG_EXYNOS4_IS
>   	bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver"
>   	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
> -	depends on (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST)
> +	depends on (ARCH_EXYNOS || COMPILE_TEST)

    Perhaps it's time to drop the useless parens?

WBR, Sergei

  reply	other threads:[~2014-10-06 12:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06  9:08 [PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P Paul Bolle
2014-10-06  9:08 ` Paul Bolle
2014-10-06 12:37 ` Sergei Shtylyov [this message]
2014-10-06 12:37   ` Sergei Shtylyov
2014-10-06 13:05   ` Sylwester Nawrocki
2014-10-06 13:05     ` Sylwester Nawrocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54328D18.2000606@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=pebolle@tiscali.nl \
    --cc=s.nawrocki@samsung.com \
    --cc=valentinrothberg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.