|
|
@@ -1417,7 +1417,7 @@ static void do_interrupt_dma_transfer(struct pl022 *pl022)
|
|
|
* Default is to enable all interrupts except RX -
|
|
|
* this will be enabled once TX is complete
|
|
|
*/
|
|
|
- u32 irqflags = ENABLE_ALL_INTERRUPTS & ~SSP_IMSC_MASK_RXIM;
|
|
|
+ u32 irqflags = (u32)(ENABLE_ALL_INTERRUPTS & ~SSP_IMSC_MASK_RXIM);
|
|
|
|
|
|
/* Enable target chip, if not already active */
|
|
|
if (!pl022->next_msg_cs_active)
|