diff options
author | Rob Herring <robh@kernel.org> | 2023-10-09 12:29:11 -0500 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-10-13 15:47:53 +0530 |
commit | dd69a6379a07f21ab1c41360925ef29ebe992a62 (patch) | |
tree | f6907520550dbd10ff9e6d9742cdf9221f7caab8 /scripts/stackusage | |
parent | 8b6fba3e79eb67411d2a0a70955e41abc7007210 (diff) |
phy: Drop unnecessary of_match_device() calls
If probe is reached, we've already matched the device and in the case of
DT matching, the struct device_node pointer will be set. Therefore, there
is no need to call of_match_device() in probe.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231009172923.2457844-16-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions