All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: "H. Peter Anvin" <hpa@linux.intel.com>
Cc: "Mauro Carvalho Chehab" <mchehab@infradead.org>,
	linux-media@vger.kernel.org, hpa@zytor.com,
	"David Härdeman" <david@hardeman.nu>,
	"Mauro Carvalho Chehab" <mchehab@redhat.com>
Subject: Re: [PATCH] V4L/DVB: ir-code: Add missing "select BITREVERSE"
Date: Tue, 3 Aug 2010 11:28:24 -0700	[thread overview]
Message-ID: <20100803112824.874be724.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1280859508-25357-1-git-send-email-hpa@linux.intel.com>

On Tue,  3 Aug 2010 11:18:28 -0700 H. Peter Anvin wrote:

> The Sony and JVC IR drivers use bitreverse but don't properly encode
> the dependency.
> 
> Found by randconfig builds.

Hi,

These are already merged into linux-next... and Mauro has sent a pull request
that includes these patches.


> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
> Cc: David Härdeman <david@hardeman.nu>
> Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
> ---
>  drivers/media/IR/Kconfig |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
> index d22a8ec..6cd93b4 100644
> --- a/drivers/media/IR/Kconfig
> +++ b/drivers/media/IR/Kconfig
> @@ -42,6 +42,7 @@ config IR_RC6_DECODER
>  config IR_JVC_DECODER
>  	tristate "Enable IR raw decoder for the JVC protocol"
>  	depends on IR_CORE
> +	select BITREVERSE
>  	default y
>  
>  	---help---
> @@ -51,6 +52,7 @@ config IR_JVC_DECODER
>  config IR_SONY_DECODER
>  	tristate "Enable IR raw decoder for the Sony protocol"
>  	depends on IR_CORE
> +	select BITREVERSE
>  	default y
>  
>  	---help---
> -- 
> 1.7.2
> 
> --
> 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


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

      reply	other threads:[~2010-08-03 18:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-03 18:18 [PATCH] V4L/DVB: ir-code: Add missing "select BITREVERSE" H. Peter Anvin
2010-08-03 18:28 ` Randy Dunlap [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=20100803112824.874be724.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=david@hardeman.nu \
    --cc=hpa@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=mchehab@redhat.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.