Skip to content
Commit fde0b6ce authored by Colin Foster's avatar Colin Foster Committed by Jakub Kicinski
Browse files

mfd: ocelot: prepend resource size macros to be 32-bit



The *_RES_SIZE macros are initally <= 0x100. Future resource sizes will be
upwards of 0x200000 in size.

To keep things clean, fully align the RES_SIZE macros to 32-bit to do
nothing more than make the code more consistent.

Signed-off-by: default avatarColin Foster <colin.foster@in-advantage.com>
Acked-for-MFD-by: default avatarLee Jones <lee@kernel.org>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com> # regression
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent de879a01
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