From: Hans Verkuil <hverkuil@xs4all.nl>
To: Robert 'Bobby' Zenz <Robert.Zenz@bonsaimind.org>,
linux-media@vger.kernel.org
Subject: Re: [PATCH] Fixed syntax errors in v4.1_pat_enabled.patch.
Date: Fri, 14 Aug 2015 00:23:59 +0200 [thread overview]
Message-ID: <55CD18FF.5060103@xs4all.nl> (raw)
In-Reply-To: <20150813214712.7e5c2814@Dagon>
Oops, my mistake.
Thanks for the patch, I've applied it.
Regards,
Hans
On 08/13/2015 09:47 PM, Robert 'Bobby' Zenz wrote:
> Signed-off-by: Robert Zenz <Robert.Zenz@bonsaimind.org>
> ---
> backports/v4.1_pat_enabled.patch | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/backports/v4.1_pat_enabled.patch b/backports/v4.1_pat_enabled.patch
> index b266d9d..66a8671 100644
> --- a/backports/v4.1_pat_enabled.patch
> +++ b/backports/v4.1_pat_enabled.patch
> @@ -10,9 +10,8 @@ index 8b95eef..020955d 100644
> - pr_warn("ivtvfb needs PAT disabled, boot with nopat kernel parameter\n");
> +#ifdef CONFIG_X86_PAT
> + if (WARN(pat_enabled,
> -+ "ivtvfb needs PAT disabled, boot with nopat kernel parameter\n");
> ++ "ivtvfb needs PAT disabled, boot with nopat kernel parameter\n"))
> return -ENODEV;
> - }
> #endif
> +#endif
>
>
prev parent reply other threads:[~2015-08-13 22:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 19:47 [PATCH] Fixed syntax errors in v4.1_pat_enabled.patch Robert 'Bobby' Zenz
2015-08-13 22:23 ` Hans Verkuil [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=55CD18FF.5060103@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=Robert.Zenz@bonsaimind.org \
--cc=linux-media@vger.kernel.org \
/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.