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: Joachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

authored by Joachim Fenkes and committed by Roland Dreier 6b1f9d64 4ffaf869

+1 -2
+1 -2
drivers/infiniband/hw/ehca/ehca_main.c
··· 994 if (printk_timed_ratelimit(&ehca_dmem_warn_time, 995 30 * 1000)) 996 ehca_gen_err("DMEM operations are not allowed" 997 - "as long as an ehca adapter is" 998 - "attached to the LPAR"); 999 return NOTIFY_BAD; 1000 } 1001 }
··· 994 if (printk_timed_ratelimit(&ehca_dmem_warn_time, 995 30 * 1000)) 996 ehca_gen_err("DMEM operations are not allowed" 997 + "in conjunction with eHCA"); 998 return NOTIFY_BAD; 999 } 1000 }