device-dax: fix debug output typo
authorDave Jiang <dave.jiang@intel.com>
Thu, 9 Mar 2017 23:56:01 +0000 (16:56 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sat, 11 Mar 2017 03:56:56 +0000 (19:56 -0800)
commit52084f89b38cdd896b59627c629915ef1a7bf615
tree73316adef56788e2510d4ebcd2d64b2ce6a8060b
parent70b085b06c4560a69e95607f77bb4c2b2e41943c
device-dax: fix debug output typo

The debug output for return the return data of pgoff_to_phys() in the
fault handlers has 'phys' and 'pgoff' incorrectly swapped.

Reported-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dax/dax.c