| commit | 4718193fc0080d136b72d0773a9aeceb957ea31b | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Fri Apr 19 13:29:21 2013 -0700 |
| committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 19 13:29:21 2013 -0700 |
| tree | 092f1310b1443e9836d70c1876795266b2006a2d | |
| parent | 9a27ef087830851fc0ee8896181ebcacab7176c5 [diff] |
[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>