1
0
Fork 0

staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr type

Should always be __le32 type

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Malcolm Priestley 2015-07-22 19:16:38 +01:00 committed by Greg Kroah-Hartman
parent eae6377eb0
commit 75a8eee2d7
1 changed files with 1 additions and 1 deletions

View 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);