cron job: media_tree daily build: ERRORS

Message ID 51711173.2020909@gmail.com (mailing list archive)
State Not Applicable, archived
Headers

Commit Message

Gianluca Gennari April 19, 2013, 9:42 a.m. UTC
  Il 19/04/2013 10:36, Hans Verkuil ha scritto:
> Sorry for the ongoing breakage. I expect to have time this weekend to fix it.
> 
> Regards,
> 
> 	Hans
> --


Hi Hans,
this should fix the current media_build breakage.
Tested on Ubuntu 10.04 with kernel 2.6.32.

Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
---
 backports/v3.1_no_pm_qos.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Hans Verkuil April 19, 2013, 10:02 a.m. UTC | #1
On Fri April 19 2013 11:42:11 Gianluca Gennari wrote:
> Il 19/04/2013 10:36, Hans Verkuil ha scritto:
> > Sorry for the ongoing breakage. I expect to have time this weekend to fix it.
> > 
> > Regards,
> > 
> > 	Hans
> > --
> 
> 
> Hi Hans,
> this should fix the current media_build breakage.
> Tested on Ubuntu 10.04 with kernel 2.6.32.

Applied, thanks.

Regards,

	Hans

> 
> Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
> ---
>  backports/v3.1_no_pm_qos.patch | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/backports/v3.1_no_pm_qos.patch b/backports/v3.1_no_pm_qos.patch
> index 8dbbd41..63f3ec6 100644
> --- a/backports/v3.1_no_pm_qos.patch
> +++ b/backports/v3.1_no_pm_qos.patch
> @@ -42,9 +42,9 @@ index 0a3feaa..c24b651 100644
>   #include <asm/io.h>
> 
>  @@ -470,7 +469,6 @@ struct saa7134_fh {
> - 	enum v4l2_buf_type         type;
> - 	unsigned int               resources;
> - 	enum v4l2_priority	   prio;
> +	unsigned int               radio;
> +	enum v4l2_buf_type         type;
> +	unsigned int               resources;
>  -	struct pm_qos_request	   qos_request;
> 
>   	/* video overlay */
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch

diff --git a/backports/v3.1_no_pm_qos.patch b/backports/v3.1_no_pm_qos.patch
index 8dbbd41..63f3ec6 100644
--- a/backports/v3.1_no_pm_qos.patch
+++ b/backports/v3.1_no_pm_qos.patch
@@ -42,9 +42,9 @@  index 0a3feaa..c24b651 100644
  #include <asm/io.h>

 @@ -470,7 +469,6 @@ struct saa7134_fh {
- 	enum v4l2_buf_type         type;
- 	unsigned int               resources;
- 	enum v4l2_priority	   prio;
+	unsigned int               radio;
+	enum v4l2_buf_type         type;
+	unsigned int               resources;
 -	struct pm_qos_request	   qos_request;

  	/* video overlay */