[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100427103051.GB29093@bicker>
Date: Tue, 27 Apr 2010 12:30:51 +0200
From: Dan Carpenter <error27@...il.com>
To: Daniel Glöckner <dg@...ix.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Jani Nikula <ext-jani.1.nikula@...ia.com>,
David Brownell <dbrownell@...rs.sourceforge.net>,
Andi Kleen <ak@...ux.intel.com>, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [patch] gpio: potential null dereference
On Tue, Apr 27, 2010 at 11:41:16AM +0200, Daniel Glöckner wrote:
> It returns a valid pointer iff (desc->flags & GPIO_TRIGGER_MASK).
>
> When !(desc->flags & GPIO_TRIGGER_MASK) it returns NULL and everything
> gets allocated (unless !gpio_flags as well). What you wanted to remove
> is the allocation code, not error handling code.
No no. I don't want to remove anything. I'm happy with the code as is
now that you've explained it to me. :)
regards,
dan carpenter
> It is always run when
> the trigger is set from "none" to something else.
>
> Daniel
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists