dmaengine: s3c24xx-dma: make phy->irq signed for error handling
[pandora-kernel.git] / drivers / dma / s3c24xx-dma.c
index 4eddedb..b209a0f 100644 (file)
@@ -192,7 +192,7 @@ struct s3c24xx_dma_phy {
        unsigned int                    id;
        bool                            valid;
        void __iomem                    *base;
-       unsigned int                    irq;
+       int                             irq;
        struct clk                      *clk;
        spinlock_t                      lock;
        struct s3c24xx_dma_chan         *serving;