linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fixed syntax errors in v4.1_pat_enabled.patch.
@ 2015-08-13 19:47 Robert 'Bobby' Zenz
  2015-08-13 22:23 ` Hans Verkuil
  0 siblings, 1 reply; 2+ messages in thread
From: Robert 'Bobby' Zenz @ 2015-08-13 19:47 UTC (permalink / raw)
  To: linux-media

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
  
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fixed syntax errors in v4.1_pat_enabled.patch.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2015-08-13 22:23 UTC (permalink / raw)
  To: Robert 'Bobby' Zenz, linux-media

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
>   
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-13 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).