Merge remote-tracking branch 'spi/for-5.9' into spi-linus
[linux-2.6-microblaze.git] / drivers / mfd / twl4030-irq.c
index 910a304..ab41743 100644 (file)
@@ -477,7 +477,7 @@ static void twl4030_sih_bus_sync_unlock(struct irq_data *data)
 
        if (agent->imr_change_pending) {
                union {
-                       u32     word;
+                       __le32  word;
                        u8      bytes[4];
                } imr;
 
@@ -561,7 +561,7 @@ static inline int sih_read_isr(const struct sih *sih)
        int status;
        union {
                u8 bytes[4];
-               u32 word;
+               __le32 word;
        } isr;
 
        /* FIXME need retry-on-error ... */