X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fmemstick.h;h=690c35a9d4ccaa02a6df61338d9306bc0e00cc91;hb=9edad6ea0f1416415f6fe31cc9d1dbc3817803ed;hp=d0c37e6822349d56b2462b3df9201bfb9bc6dcb5;hpb=651dab4264e4ba0e563f5ff56f748127246e9065;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/memstick.h b/include/linux/memstick.h index d0c37e682234..690c35a9d4cc 100644 --- a/include/linux/memstick.h +++ b/include/linux/memstick.h @@ -100,8 +100,8 @@ struct mspro_param_register { #define MEMSTICK_SYS_PAR8 0x40 #define MEMSTICK_SYS_SERIAL 0x80 - unsigned short data_count; - unsigned int data_address; + __be16 data_count; + __be32 data_address; unsigned char tpc_param; } __attribute__((packed));