qcacmn: Add log message for RTPM prevent API triggered resume

Add a log message to indicate RTPM resume is requested by RTPM
prevent runtime suspend API.

Change-Id: Ifb90493d1ea48601bb40708b1a2d7a821144a9b2
CRs-Fixed: 3110580
Этот коммит содержится в:
Rajeev Kumar
2022-01-13 22:25:46 -08:00
коммит произвёл Madan Koyyalamudi
родитель 3b085fd248
Коммит 8568210a52

Просмотреть файл

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -1380,6 +1381,7 @@ static int __hif_pm_runtime_prevent_suspend(struct hif_softc *scn,
return 0;
ret = __hif_pm_runtime_get(dev);
hif_debug("request runtime PM resume, rtpm_dbgid %s", lock->name);
/**
* The ret can be -EINPROGRESS, if Runtime status is RPM_RESUMING or