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

Commit 6b1f9d64 authored by Joachim Fenkes's avatar Joachim Fenkes Committed by Roland Dreier
Browse files

IB/ehca: Change misleading error message on memory hotplug



The error message printed when the eHCA driver prevents memory hotplug
is misleading -- the user might think that hot-removing the lhca,
hotplugging memory, then hot-adding the lhca again will work, but it
actually doesn't.

Signed-off-by: default avatarJoachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 4ffaf869
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -994,8 +994,7 @@ static int ehca_mem_notifier(struct notifier_block *nb,
			if (printk_timed_ratelimit(&ehca_dmem_warn_time,
						   30 * 1000))
				ehca_gen_err("DMEM operations are not allowed"
					     "as long as an ehca adapter is"
					     "attached to the LPAR");
					     "in conjunction with eHCA");
			return NOTIFY_BAD;
		}
	}