Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9897e1c7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss: Add new case in cnss runtime PM request feature"

parents c8436074 4d162937
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3452,6 +3452,9 @@ int cnss_pm_runtime_request(struct device *dev,
	case CNSS_PM_REQUEST_RESUME:
		ret = pm_request_resume(dev);
		break;
	case CNSS_PM_GET_NORESUME:
		pm_runtime_get_noresume(dev);
		break;
	default:
		ret = -EINVAL;
		break;
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ enum cnss_runtime_request {
	CNSS_PM_RUNTIME_PUT_NOIDLE,
	CNSS_PM_REQUEST_RESUME,
	CNSS_PM_RUNTIME_PUT_AUTO,
	CNSS_PM_GET_NORESUME,
};

extern int cnss_get_fw_image(struct image_desc_info *image_desc_info);