staging: vt6655: fix tagSTxDesc -> next_desc type
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 22 Jul 2015 18:16:39 +0000 (19:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 03:51:38 +0000 (20:51 -0700)
Should always be __le32 type

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/desc.h

index 8dc53bd729838445b13c7960754c8c4d4056e9f0..26cd3e1af430c1b8ff228ac0a437b6edf5f1ea60 100644 (file)
@@ -267,7 +267,7 @@ typedef struct tagSTxDesc {
        volatile    STDES0  m_td0TD0;
        volatile    STDES1  m_td1TD1;
        volatile    __le32  buff_addr;
-       volatile    u32    next_desc;
+       volatile    __le32  next_desc;
        struct tagSTxDesc *next __aligned(8);
        volatile    PDEVICE_TD_INFO pTDInfo __aligned(8);
 } __attribute__ ((__packed__))