diff options
| author | Yang Yingliang <[email protected]> | 2021-05-29 11:04:38 +0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-05-30 14:22:31 -0700 |
| commit | 7c9896e37807862e276064dd9331860f5d27affc (patch) | |
| tree | e410d863a87f5b6943bae6768d9a52cdae638934 /tools/perf/scripts/python | |
| parent | 320daffdf249bb41531c01445054443c80440904 (diff) | |
net: dsa: qca8k: check return value of read functions correctly
Current return type of qca8k_mii_read32() and qca8k_read() are
unsigned, it can't be negative, so the return value check is
unuseful. For check the return value correctly, change return
type of the read functions and add a output parameter to store
the read value.
Signed-off-by: Yang Yingliang <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions