mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
ipmi: Use regspacings passed as a module parameter
regspacings parameter is currently ignored and the platform data uses a
default value of 0, this has been fixed by setting the appropriate field
in the platform data.
Fixes: 3cd83bac48
("ipmi: Consolidate the adding of platform devices")
Signed-off-by: Emilio Perez <emiliopeju@gmail.com>
Message-Id: <20231122203433.443098-1-emiliopeju@gmail.com>
Signed-off-by: Corey Minyard <minyard@acm.org>
This commit is contained in:
parent
5be50eb5ae
commit
242c6fd473
@ -80,10 +80,10 @@ static void __init ipmi_hardcode_init_one(const char *si_type_str,
|
||||
}
|
||||
|
||||
p.regsize = regsizes[i];
|
||||
p.regspacing = regspacings[i];
|
||||
p.slave_addr = slave_addrs[i];
|
||||
p.addr_source = SI_HARDCODED;
|
||||
p.regshift = regshifts[i];
|
||||
p.regsize = regsizes[i];
|
||||
p.addr = addr;
|
||||
p.space = addr_space;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user