|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@@ -408,7 +408,7 @@ static irqreturn_t hif_ce_interrupt_handler(int irq, void *context)
|
|
{
|
|
{
|
|
struct ce_tasklet_entry *tasklet_entry = context;
|
|
struct ce_tasklet_entry *tasklet_entry = context;
|
|
|
|
|
|
- hif_rtpm_check_and_request_resume();
|
|
|
|
|
|
+ hif_rtpm_check_and_request_resume(false);
|
|
return ce_dispatch_interrupt(tasklet_entry->ce_id, tasklet_entry);
|
|
return ce_dispatch_interrupt(tasklet_entry->ce_id, tasklet_entry);
|
|
}
|
|
}
|
|
|
|
|