device-dax: Fix default return code of range_parse()
authorShiyang Ruan <ruansy.fnst@cn.fujitsu.com>
Tue, 26 Jan 2021 02:13:31 +0000 (10:13 +0800)
committerDan Williams <dan.j.williams@intel.com>
Tue, 16 Feb 2021 22:37:43 +0000 (14:37 -0800)
commit7323fb22f05ff1d20498d267828870a5fbbaebd6
tree1c530ee3bed4823628f15661abeb44495dc1dc1b
parent1048ba83fb1c00cd24172e23e8263972f6b5d9ac
device-dax: Fix default return code of range_parse()

The return value of range_parse() indicates the size when it is
positive.  The error code should be negative.

Signed-off-by: Shiyang Ruan <ruansy.fnst@cn.fujitsu.com>
Reviewed-by: Joao Martins <joao.m.martins@oracle.com>
Link: https://lore.kernel.org/r/20210126021331.1059933-1-ruansy.fnst@cn.fujitsu.com
Reported-by: Zhang Qilong <zhangqilong3@huawei.com>
Fixes: 8490e2e25b5a ("device-dax: add a range mapping allocation attribute")
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dax/bus.c