login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
23
Re: [PATCH v2] asic3: platform_get_irq() may return signed unnoticed
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Samuel Ortiz
Subject:
Re: [PATCH v2] asic3: platform_get_irq() may return signed unnoticed
Date: Wednesday, April 23, 2008 - 4:16 pm
On Thu, Apr 24, 2008 at 12:58:02AM +0200, Roel Kluin wrote:
quoted text
> Thanks to Joe Perches for catching an error in my previous
Yep, that makes sense now.
quoted text
> --- > asic->irq_nr is unsigned. platform_get_irq() may return signed unnoticed > > Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Acked-by: Samuel Ortiz <sameo@openedhand.com>
quoted text
> --- > diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c > index f6f2d96..abd7ffc 100644 > --- a/drivers/mfd/asic3.c > +++ b/drivers/mfd/asic3.c > @@ -300,10 +300,13 @@ static int asic3_irq_probe(struct platform_device *pdev) > struct asic3 *asic = platform_get_drvdata(pdev); > unsigned long clksel = 0; > unsigned int irq, irq_base; > + int ret; > + > + ret = platform_get_irq(pdev, 0); > + if (ret < 0) > + return ret; > > - asic->irq_nr = platform_get_irq(pdev, 0); > - if (asic->irq_nr < 0) > - return asic->irq_nr; > + asic->irq_nr = ret; > > /* turn on clock to IRQ controller */ > clksel |= CLOCK_SEL_CX; >
--
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] asic3: platform_get_irq() may return signed unnoticed
, Roel Kluin
, (Wed Apr 23, 2:32 pm)
[PATCH v2] asic3: platform_get_irq() may return signed unn ...
, Roel Kluin
, (Wed Apr 23, 3:38 pm)
Re: [PATCH v2] asic3: platform_get_irq() may return signed ...
, Roel Kluin
, (Wed Apr 23, 3:58 pm)
Re: [PATCH v2] asic3: platform_get_irq() may return signed ...
, Samuel Ortiz
, (Wed Apr 23, 4:16 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate