ANDROID: KVM: arm64: Fix max number of trace_hyp_printk()
trace_hyp_printk() identifies its format string with a unique u8 ID.
It'll warn developper too many have been created. Sadly this check was
broken and would trigger a warning way before the real limit is reached.
Bug: 278749606
Change-Id: If35b6ae6f690e22d23a21c18b65471e0bc30ae86
Signed-off-by:
Vincent Donnefort <vdonnefort@google.com>
Loading
Please sign in to comment