aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/desc.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2015-07-22 19:16:39 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-22 20:51:38 -0700
commit5fa9d9898d370789f12af420c118159a23f166e8 (patch)
tree0a438926eb54ad1937a73ab282e93b7707b3e4da /drivers/staging/vt6655/desc.h
parentstaging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr type (diff)
downloadlinux-dev-5fa9d9898d370789f12af420c118159a23f166e8.tar.xz
linux-dev-5fa9d9898d370789f12af420c118159a23f166e8.zip
staging: vt6655: fix tagSTxDesc -> next_desc type
Should always be __le32 type Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/desc.h')
-rw-r--r--drivers/staging/vt6655/desc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/desc.h b/drivers/staging/vt6655/desc.h
index 8dc53bd72983..26cd3e1af430 100644
--- a/drivers/staging/vt6655/desc.h
+++ b/drivers/staging/vt6655/desc.h
@@ -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__))