diff options
author | Simon Horman <[email protected]> | 2023-04-06 19:30:10 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-04-07 20:06:04 -0700 |
commit | 51fe084b17e795f0315d787077510364172cc350 (patch) | |
tree | 70dd8804a7aafb75d2a980e0305bb8376a4c68c1 /scripts/gdb/linux/proc.py | |
parent | 9f12541d684b9250ed14bfca2cc1b106db1c0e74 (diff) |
net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_config_dt()
Always return struct anarion_gmac * from anarion_config_dt().
In the case where ctl_block was an error pointer it was being
returned directly. Which sparse flags as follows:
.../dwmac-anarion.c:73:24: warning: incorrect type in return expression (different address spaces)
.../dwmac-anarion.c:73:24: expected struct anarion_gmac *
.../dwmac-anarion.c:73:24: got void [noderef] __iomem *[assigned] ctl_block
Avoid this by converting the error pointer to an error.
And then reversing the conversion.
As a side effect, the error can be used for logging purposes,
subjectively, leading to a minor cleanup.
No functional change intended.
Compile tested only.
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions