xsm: remove printing from set_to_dummy_if_null()
authorXin Li <xin.li@citrix.com>
Fri, 9 Nov 2018 10:41:30 +0000 (11:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 9 Nov 2018 10:41:30 +0000 (11:41 +0100)
commitd78e52da2dff699e4ac0142901adaba41031509c
treed8f262b9f1a7ecb436de5e885e6594b50d16492e
parentb8f0767b438bb00b3bddb58dd0bb6001cff29d23
xsm: remove printing from set_to_dummy_if_null()

Filling dummy module's hook to null value of xsm_operations structure
will generate debug message. This becomes boot time spew for module
like silo, which only sets a few hooks of itself. So remove the printing
to avoid boot time spew.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Xin Li <xin.li@citrix.com>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
xen/xsm/dummy.c