From: Kukjin Kim <kgene.kim@samsung.com>
To: KyongHo Cho <pullip.cho@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
kyungmin.park@samsung.com
Subject: Re: [RESEND][PATCH] ARM: Exynos4: fixed SYSMMU setup definition to mate parameter name
Date: Mon, 27 Aug 2012 11:11:08 -0700 [thread overview]
Message-ID: <503BB83C.8030501@samsung.com> (raw)
In-Reply-To: <CAHQjnONVGq4faWbwg8C+fA4MFKQH1CWarJueLjdgU2ebYwFbGw@mail.gmail.com>
On 08/27/12 04:59, KyongHo Cho wrote:
> On Mon, Aug 27, 2012 at 4:11 PM, Seung-Woo Kim<sw0312.kim@samsung.com> wrote:
>> This is trivial patch to mate parameter name between iommu api enabled case and
>> disabled case.
>>
>> Signed-off-by: Seung-Woo Kim<sw0312.kim@samsung.com>
>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>> ---
>> Sorry about typo in previous patch.
>>
>> arch/arm/mach-exynos/include/mach/sysmmu.h | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-exynos/include/mach/sysmmu.h b/arch/arm/mach-exynos/include/mach/sysmmu.h
>> index 998daf2..81e4c66 100644
>> --- a/arch/arm/mach-exynos/include/mach/sysmmu.h
>> +++ b/arch/arm/mach-exynos/include/mach/sysmmu.h
>> @@ -58,7 +58,7 @@ static inline void platform_set_sysmmu(
>> #endif
>>
>> #else /* !CONFIG_EXYNOS_DEV_SYSMMU */
>> -#define platform_set_sysmmu(dev, sysmmu) do { } while (0)
>> +#define platform_set_sysmmu(sysmmu, dev) do { } while (0)
>> #endif
>>
>
> Thank you for your correction.
>
OK, applied with KyongHo's ack.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2012-08-27 18:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-27 7:01 [PATCH] ARM: Exynos4: fixed SYSMMU setup definition to mate parameter name Seung-Woo Kim
2012-08-27 7:11 ` [RESEND][PATCH] " Seung-Woo Kim
2012-08-27 11:59 ` KyongHo Cho
2012-08-27 18:11 ` Kukjin Kim [this message]
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=503BB83C.8030501@samsung.com \
--to=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=pullip.cho@samsung.com \
--cc=sw0312.kim@samsung.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.