spi/xilinx: signedness issue checking platform_get_irq()
[deliverable/linux.git] / drivers / spi / spi-xilinx.c
index e5d3716da21a0cfe5a8c830fcdc53e3cb0bbe4e0..dec7e71a833ce70a23a8b9af7363b492ad676312 100644 (file)
@@ -82,7 +82,7 @@ struct xilinx_spi {
        struct completion done;
        void __iomem    *regs;  /* virt. address of the control registers */
 
-       u32             irq;
+       int             irq;
 
        u8 *rx_ptr;             /* pointer in the Tx buffer */
        const u8 *tx_ptr;       /* pointer in the Rx buffer */
This page took 0.023586 seconds and 5 git commands to generate.