commit | eead89e7f22dcb2e507cb2083c5ad8383cead038 | [log] [tgz] |
---|---|---|
author | Marc Herbert <marc.herbert@intel.com> | Thu Jan 26 23:06:04 2023 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Feb 26 09:18:24 2023 -0500 |
tree | 79e187f70889aa47381dc3c19f255934a076b8eb | |
parent | 2bf1ce913767a4b206a5edc900c0acea59dd8f41 [diff] |
soc: intel_adsp: cavstool.py: simplify asyncio.run() call Fixes the following warning: cavstool.py:706: DeprecationWarning: There is no current event loop asyncio.get_event_loop().run_until_complete(main()) Signed-off-by: Marc Herbert <marc.herbert@intel.com>