diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2025-03-13 15:28:50 +0000 |
---|---|---|
committer | Jassi Brar <jassisinghbrar@gmail.com> | 2025-03-26 20:58:25 -0500 |
commit | 4119a44c71840e6ab9a8d340ca09e7b3210ade76 (patch) | |
tree | cb25f3535de24caa468158ffde21ee9c03db63e5 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 29237e6df42b08ccb4152121ec2c650fdae103e1 (diff) | |
download | linux-stable-4119a44c71840e6ab9a8d340ca09e7b3210ade76.tar.gz linux-stable-4119a44c71840e6ab9a8d340ca09e7b3210ade76.tar.bz2 linux-stable-4119a44c71840e6ab9a8d340ca09e7b3210ade76.zip |
mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
pcc_mbox_cmd_complete_check() accesses pchan->cmd_complete.gas to check
command completion status. Even if GAS is NULL, pcc_chan_reg_read() gets
called which returns success doing nothing and then we return.
Add an early return if pchan->cmd_complete.gas == NULL before performing
any operations.
Acked-by: Huisong Li <lihuisong@huawei.com>
Tested-by: Huisong Li <lihuisong@huawei.com>
Tested-by: Adam Young <admiyo@os.amperecomputing.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions