projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fb87f
)
staging: vt6655: fix tagSRxDesc -> next_desc type
author
Malcolm Priestley
<tvboxspy@gmail.com>
Wed, 22 Jul 2015 18:16:42 +0000
(19:16 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 03:51:39 +0000
(20:51 -0700)
Should always be __le32
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/desc.h
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/desc.h
b/drivers/staging/vt6655/desc.h
index
42e005a
..
251f7bc
100644
(file)
--- a/
drivers/staging/vt6655/desc.h
+++ b/
drivers/staging/vt6655/desc.h
@@
-209,7
+209,7
@@
typedef struct tagSRxDesc {
volatile SRDES0 m_rd0RD0;
volatile SRDES1 m_rd1RD1;
volatile __le32 buff_addr;
- volatile
u32
next_desc;
+ volatile
__le32
next_desc;
struct tagSRxDesc *next __aligned(8);
volatile PDEVICE_RD_INFO pRDInfo __aligned(8);
} __attribute__ ((__packed__))