[style] print_vswap(): remove useless check

As Coverity points out, p->ubc->physpages is an array not a pointer
so it doesn't make sense to check it for NULL. Remove the check.

Reported by Coverity, CID 996845.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed