Commit b0daf59c authored by Mark Allyn's avatar Mark Allyn Committed by Greg Kroah-Hartman

Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device internal value

This does not have to be 64 bits wide
Signed-off-by: default avatarMark Allyn <mark.a.allyn@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e957b063
...@@ -61,7 +61,7 @@ struct init_struct { ...@@ -61,7 +61,7 @@ struct init_struct {
u32 message_size_in_words; u32 message_size_in_words;
/* offset of the init message in the sep sram */ /* offset of the init message in the sep sram */
aligned_u64 sep_sram_addr; u32 sep_sram_addr;
/* -not used- resident size in bytes*/ /* -not used- resident size in bytes*/
u32 unused_resident_size_in_bytes; u32 unused_resident_size_in_bytes;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment