Re: [patch] mailbox/omap: make mbox->irq signed for error handling

From: Suman Anna
Date: Mon Nov 11 2013 - 18:08:15 EST



On 11/07/2013 01:49 AM, Dan Carpenter wrote:
There is a bug in omap2_mbox_probe() where we try do:

mbox->irq = platform_get_irq(pdev, info->irq_id);
if (mbox->irq < 0) {

The problem is that mbox->irq is unsigned so the error handling doesn't
work. I've changed it to a signed integer.

Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

LGTM, thanks for the fix.

regards
Suman
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/