diff options
author | 2013-11-07 10:52:00 +0300 | |
---|---|---|
committer | 2014-03-11 14:23:18 +0530 | |
commit | 8f83f502290e75b927de65b2e26f56c2d4736fac (patch) | |
tree | 660e439a917656637ed040a423ad26e3ea2b0d22 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dma: imx-dma: Add missing module owner field (diff) | |
download | wireguard-linux-8f83f502290e75b927de65b2e26f56c2d4736fac.tar.xz wireguard-linux-8f83f502290e75b927de65b2e26f56c2d4736fac.zip |
dmaengine: s3c24xx-dma: make phy->irq signed for error handling
There is a bug in s3c24xx_dma_probe() where we do:
phy->irq = platform_get_irq(pdev, i);
if (phy->irq < 0) {
The problem is that "phy->irq" is unsigned so the error handling doesn't
work. I have changed it to signed.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions