staging: vt6655: Fix tagSRxDesc -> buff_addr type
Should always be __le32. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
db1ade7cee
commit
f0fb87fba0
|
@ -208,7 +208,7 @@ SRDES1;
|
|||
typedef struct tagSRxDesc {
|
||||
volatile SRDES0 m_rd0RD0;
|
||||
volatile SRDES1 m_rd1RD1;
|
||||
volatile u32 buff_addr;
|
||||
volatile __le32 buff_addr;
|
||||
volatile u32 next_desc;
|
||||
struct tagSRxDesc *next __aligned(8);
|
||||
volatile PDEVICE_RD_INFO pRDInfo __aligned(8);
|
||||
|
|
Loading…
Reference in New Issue