aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
diff options
context:
space:
mode:
authorGravatar Dan Carpenter <dan.carpenter@oracle.com> 2014-01-23 15:53:45 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2014-01-23 16:36:53 -0800
commit4a102b4d144f0422eb8b0a59c7cb194bf12163a9 (patch)
tree8eeb86f4a8af5b267876bf749d959d154ee1b68c /drivers/block
parentasm/types.h: Remove include/asm-generic/int-l64.h (diff)
downloadlinux-4a102b4d144f0422eb8b0a59c7cb194bf12163a9.tar.gz
linux-4a102b4d144f0422eb8b0a59c7cb194bf12163a9.tar.bz2
linux-4a102b4d144f0422eb8b0a59c7cb194bf12163a9.zip
drivers/mailbox/omap: make mbox->irq signed for error handling
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@oracle.com> Cc: Suman Anna <s-anna@ti.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Omar Ramirez Luna <omar.ramirez@copitl.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions