]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr type
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 22 Jul 2015 18:16:38 +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 485c6fd05713dffd02698e43142e9563017232f9..8dc53bd729838445b13c7960754c8c4d4056e9f0 100644 (file)
@@ -266,7 +266,7 @@ typedef struct tagDEVICE_TD_INFO {
 typedef struct tagSTxDesc {
        volatile    STDES0  m_td0TD0;
        volatile    STDES1  m_td1TD1;
-       volatile    u32    buff_addr;
+       volatile    __le32  buff_addr;
        volatile    u32    next_desc;
        struct tagSTxDesc *next __aligned(8);
        volatile    PDEVICE_TD_INFO pTDInfo __aligned(8);