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

Commit e853ab7c authored by Tvrtko Ursulin's avatar Tvrtko Ursulin
Browse files
parent 90248800
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ enum intel_guc_fw_status {
 * of fetching, caching, and loading the firmware image into the GuC.
 */
struct intel_guc_fw {
	struct drm_device *		guc_dev;
	const char *			guc_fw_path;
	size_t				guc_fw_size;
	struct drm_i915_gem_object *	guc_fw_obj;
+0 −1
Original line number Diff line number Diff line
@@ -754,7 +754,6 @@ void intel_guc_init(struct drm_device *dev)
		fw_path = "";	/* unknown device */
	}

	guc_fw->guc_dev = dev;
	guc_fw->guc_fw_path = fw_path;
	guc_fw->guc_fw_fetch_status = GUC_FIRMWARE_NONE;
	guc_fw->guc_fw_load_status = GUC_FIRMWARE_NONE;