aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorHuaisheng Ye <[email protected]>2018-07-30 15:15:45 +0800
committerDave Jiang <[email protected]>2018-07-30 09:34:16 -0700
commit45df5d3dc0c7289c1e67afe6d2ba806ad5174314 (patch)
tree4b8377788b3fd2e7fdff736fb82dd3063df2744f /scripts/objdiff
parent036a82ca90328960d66b7a5c0e1908475d534d62 (diff)
tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()
The mock / test version of pmem_direct_access() needs to check the validity of pointers kaddr and pfn for NULL assignment. If anyone equals to NULL, it doesn't need to calculate the value. If pointer equals to NULL, that is to say callers may have no need for kaddr or pfn, so this patch is prepared for allowing them to pass in NULL instead of having to pass in a local pointer or variable that they then just throw away. Suggested-by: Dan Williams <[email protected]> Signed-off-by: Huaisheng Ye <[email protected]> Reviewed-by: Ross Zwisler <[email protected]> Signed-off-by: Dave Jiang <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions