You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
of/platform: fix device naming for non-translatable addresses
Using non-translatable addresses in platform device names is wrong
because they may not be globally unique. Just use the default naming with
a global index if the address cannot be translated instead.
of_can_translate_address has the same checks as of_translate_address, so
we can remove it here as well.
Reported-by: "Ivan T. Ivanov" <[email protected]>
Cc: Josh Cartwright <[email protected]>
Cc: Courtney Cavin <[email protected]>
Cc: Bjorn Andersson <[email protected]>
Cc: Grant Likely <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Tested-by: Ivan T. Ivanov <[email protected]>
Tested-by: Frank Rowand <[email protected]>
Reviewed-by: Frank Rowand <[email protected]>
0 commit comments