diff options
| author | David S. Miller <[email protected]> | 2019-05-07 19:22:47 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-05-07 19:22:47 +0000 |
| commit | 2e7ae67b5fbbe596cb3e06410970945f975a241a (patch) | |
| tree | fc9af6d5d1fbcaa88b0eb60e543da7cec1acd12b /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_stats (diff) | |
| parent | net: ethernet: support of_get_mac_address new ERR_PTR error (diff) | |
| download | kernel-2e7ae67b5fbbe596cb3e06410970945f975a241a.tar.gz kernel-2e7ae67b5fbbe596cb3e06410970945f975a241a.zip | |
Merge branch 'of_get_mac_address-ERR_PTR-fixes'
Petr Štetiar says:
====================
of_get_mac_address ERR_PTR fixes
this patch series is an attempt to fix the mess, I've somehow managed to
introduce.
First patch in this series is defacto v5 of the previous 05/10 patch in the
series, but since the v4 of this 05/10 patch wasn't picked up by the
patchwork for some unknown reason, this patch wasn't applied with the other
9 patches in the series, so I'm resending it as a separate patch of this
fixup series again.
Second patch is a result of this rebase against net-next tree, where I was
checking again all current users of of_get_mac_address and found out, that
there's new one in DSA, so I've converted this user to the new ERR_PTR
encoded error value as well.
Third patch which was sent as v5 wasn't considered for merge, but I still
think, that we need to check for possible NULL value, thus current IS_ERR
check isn't sufficient and we need to use IS_ERR_OR_NULL instead.
Fourth patch fixes warning reported by kbuild test robot.
====================
Tested-by: Geert Uytterhoeven <[email protected]>
Tested-by: Leonard Crestez <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
