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

Commit bc1ae4c9 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: core: Fix placement of crash_on_err in mmc_host's struct"

parents fdc5fd88 d9242bcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -709,8 +709,8 @@ struct mmc_host {

	atomic_t rpmb_req_pending;
	struct mutex		rpmb_req_mutex;
	unsigned long		private[0] ____cacheline_aligned;
	bool crash_on_err;	/* crash the system on error */
	unsigned long		private[0] ____cacheline_aligned;
};

struct device_node;