Skip to content

Commit

Permalink
Staging: sep: sram_addr is 32 bit; this is not a kernel address, but …
Browse files Browse the repository at this point in the history
…device internal value

This does not have to be 64 bits wide

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Allyn authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent e957b06 commit b0daf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sep/sep_driver_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct init_struct {
u32 message_size_in_words;

/* offset of the init message in the sep sram */
aligned_u64 sep_sram_addr;
u32 sep_sram_addr;

/* -not used- resident size in bytes*/
u32 unused_resident_size_in_bytes;
Expand Down

0 comments on commit b0daf59

Please sign in to comment.