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

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

Merge "drm/msm: Fix the SNAPSHOT_HEADER macro"

parents 66e4265f ae154077
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,8 +71,8 @@ static inline bool _snapshot_header(struct msm_snapshot *snapshot,
 */
#define SNAPSHOT_HEADER(_snapshot, _header, _id, _dwords) \
	_snapshot_header((_snapshot), \
		(struct msm_snapshot_section_header *) &(header), \
		sizeof(header), (_dwords) << 2, (_id))
		(struct msm_snapshot_section_header *) &(_header), \
		sizeof(_header), (_dwords) << 2, (_id))

struct msm_gpu;