diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-11-24 12:15:55 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-11-29 10:45:54 +0100 |
commit | a48acad789ff33d90e079311ed0323e5e5fc5cbd (patch) | |
tree | 458c4fc015e29e0ae33cd5a06c57c2ff547360f7 /tools/perf/scripts/python | |
parent | 4c47867bc789bdc722f3bb760355c2c246fbe9af (diff) |
net: marvell: prestera: Avoid unnecessary DT lookups
This driver fist makes an expensive DT lookup to retrieve its DT node
(this is a PCI driver) in order to later search for the
base-mac-provider property. This property has no reality upstream and
this code should not have been accepted like this in the first
place. Instead, there is a proper nvmem interface that should be
used. Let's avoid these extra lookups and rely on the nvmem internal
logic.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions