login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
22
Re: [PATCH] sound: correct bracketing in spdif test
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [author]
[view in full thread]
From: Matthew Ranostay
Subject:
Re: [PATCH] sound: correct bracketing in spdif test
Date: Tuesday, October 21, 2008 - 8:38 pm
Harvey Harrison wrote:
quoted text
> Noticed by sparse: > sound/pci/hda/patch_sigmatel.c:1285:43: warning: dubious: !x & y > > Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> > --- > sound/pci/hda/patch_sigmatel.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c > index a2ac720..788fdc6 100644 > --- a/sound/pci/hda/patch_sigmatel.c > +++ b/sound/pci/hda/patch_sigmatel.c > @@ -1282,7 +1282,7 @@ static int stac92xx_build_controls(struct hda_codec *codec) > return err; > spec->multiout.share_spdif = 1; > } > - if (spec->dig_in_nid && (!spec->gpio_dir & 0x01)) { > + if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) { > err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid); > if (err < 0) > return err;
Thanks for finding this. Acked-by: Matthew Ranostay <mranostay@embeddedalley.com> --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [author]
Messages in current thread:
[PATCH] sound: correct bracketing in spdif test
, Harvey Harrison
, (Tue Oct 21, 8:28 pm)
Re: [PATCH] sound: correct bracketing in spdif test
, Matthew Ranostay
, (Tue Oct 21, 8:38 pm)
Re: [PATCH] sound: correct bracketing in spdif test
, Takashi Iwai
, (Tue Oct 21, 11:02 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rusty Russell
Re: 2.6.22-rc3-mm1
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Bill Fink
Re: [PATCH] net: add ability to clear stats via ethtool - e1000/pcnet32
David Miller
Re: NO_HZ: timer interrupt stuck
Jeffrey V. Merkey
Re: Versioning file system
git
:
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Junio C Hamano
Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Shawn O. Pearce
Re: Bugs in Gitosis
linux-netdev
:
gregkh
Patch "IPv6: keep route for tentative address" has been added to the 2.6.34-stable...
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
Paul Gortmaker
[PATCH net-next 09/16] tipc: Relocate trivial link status functions to header file
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Brian
CARP multicast and ADSL bridge
Colocation donated by:
Syndicate