OSDN Git Service

staging: vt6655: fix tagSRxDesc -> next_desc type
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 22 Jul 2015 18:16:42 +0000 (19:16 +0100)
committerGreg 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

index 42e005a..251f7bc 100644 (file)
@@ -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__))