diff options
author | Greg Kroah-Hartman <[email protected]> | 2023-12-19 14:13:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-01-04 14:34:27 +0100 |
commit | f36be9ce8146faabdbbf74ee0499edb2039c53a5 (patch) | |
tree | fa089adc8503b26a2f0bbff80629d879c104e7a5 /rust/helpers.c | |
parent | c810729fe6471aa18e2b05bde4b7fb9d872b4ca0 (diff) |
EDAC: constantify the struct bus_type usage
In many places in the edac code, struct bus_type pointers are passed
around and then eventually sent to the driver core, which can handle a
constant pointer. So constantify all of the edac usage of these as well
because the data in them is never modified by the edac code either.
Cc: Borislav Petkov <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: James Morse <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: <[email protected]>
Link: https://lore.kernel.org/r/2023121909-tribute-punctuate-4b22@gregkh
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions