diff options
author | Robert Richter <[email protected]> | 2019-11-06 09:33:04 +0000 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2019-11-09 11:23:49 +0100 |
commit | 977b1ce7c117905b3138dc727ed25f8af2ba2902 (patch) | |
tree | 369bf783839852762d60d57fa5f3d4344989e9e0 /net/switchdev/switchdev.c | |
parent | bc9ad9e40dbc4c8874e806345df393a9cfeadad3 (diff) |
EDAC: Remove EDAC_DIMM_OFF() macro
The EDAC_DIMM_OFF() macro takes 5 arguments to get the DIMM's index.
Simplify this by storing the index in struct dimm_info to avoid its
calculation and remove the EDAC_DIMM_OFF() macro. The index can be
directly used then.
Another advantage is that edac_mc_alloc() could be used even if the
exact size of the layers is unknown. Only the number of DIMMs would be
needed.
Rename iterator variable to idx, while at it. The name is more handy,
esp. when searching for it in the code.
Signed-off-by: Robert Richter <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Mauro Carvalho Chehab <[email protected]>
Cc: "[email protected]" <[email protected]>
Cc: James Morse <[email protected]>
Cc: Tony Luck <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions