diff options
author | Stefan Wahren <[email protected]> | 2023-06-14 23:06:56 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-06-19 09:37:25 +0100 |
commit | 92717c2356cb62c89e8a3dc37cbbab2502562524 (patch) | |
tree | 7f023df6f4f93aa6344d8eb09427a89c77494974 /scripts/bpf_doc.py | |
parent | c938ab4da0eb1620ae3243b0b24c572ddfc318fc (diff) |
net: qca_spi: Avoid high load if QCA7000 is not available
In case the QCA7000 is not available via SPI (e.g. in reset),
the driver will cause a high load. The reason for this is
that the synchronization is never finished and schedule()
is never called. Since the synchronization is not timing
critical, it's safe to drop this from the scheduling condition.
Signed-off-by: Stefan Wahren <[email protected]>
Fixes: 291ab06ecf67 ("net: qualcomm: new Ethernet over SPI driver for QCA7000")
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions