crypto: clean up sps_iovec.addr debug sps_event_notify prints
The sps_event_notify event debug prints are a somewhat misleading,
as the address printed is not actually the full physical address,
but rather the bottom 32-bits of the physical address. The upper
bits are encoded within sps_iovec.flags, and can be extracted via
the DESC_FULL_ADDR() macro. Use this to print the full address,
and also consolidate duplicated debug prints within a new
print_notify_debug() function.
Change-Id: I34328ff16835ac8f83738f11cade7d792b9807d0
Signed-off-by:
Matt Wagantall <mattw@codeaurora.org>
Loading
Please register or sign in to comment