Re: [PATCH -next] device-dax: change error code from postive to negative in range_parse

2020-11-13 Thread Joao Martins
On 10/26/20 11:04 AM, Zhang Qilong wrote: > call trace: > -> mapping_store() > -> range_parse() > .. > rc = -ENXIO; > > According to context, the error return value of > range_parse should be negative. > > Signed-off-by: Zhang Qilong

[PATCH -next] device-dax: change error code from postive to negative in range_parse

2020-10-26 Thread Zhang Qilong
call trace: -> mapping_store() -> range_parse() .. rc = -ENXIO; According to context, the error return value of range_parse should be negative. Signed-off-by: Zhang Qilong --- drivers/dax/bus.c | 2 +- 1 file changed, 1 insertion(+),