On 02.10.2020 13:19, Andrew Cooper wrote: > On 02/10/2020 11:31, Jan Beulich wrote: >> Hence there's no need to guard allocation / mapping by checks whether >> the same action has been done before. I assume this was a transient >> change which should have been undone before 509529e99148 ("x86 hvm: Xen >> interface and implementation for virtual S3") got committed. >> >> While touching this code, switch dprintk()-s to use %pv. > > Logging ENOMEM, especially without actually saying ENOMEM, is quite > pointless. > >> Signed-off-by: Jan Beulich <jbeul...@suse.com> > > Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>, preferably with > the printk()s dropped.
Thanks, and sure - I'll be happy to drop them. Just didn't want to make more of a change than needed, and them being dprintk()-s didn't make them look all that awful. Jan