]> Git Repo - linux.git/commit
libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()
authorRob Herring <[email protected]>
Mon, 16 Apr 2018 16:58:16 +0000 (11:58 -0500)
committerDan Williams <[email protected]>
Thu, 19 Apr 2018 22:07:10 +0000 (15:07 -0700)
commitdf3f126482dba8e00cdbfc8fc44a05a5a35b1704
treeb061b55d4c8bcb086a043184259bb7fff44dc58b
parent9484e12d7999a3c82d8732b60c0149f038bdd985
libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()

Remove the direct dependency on of_node_to_nid() by using dev_to_node()
instead. Any DT platform device will have its NUMA node id set when the
device is created.

With this, commit 291717b6fbdb ("libnvdimm, of_pmem: workaround OF_NUMA=n
build error") can be reverted.

Fixes: 717197608952 ("libnvdimm: Add device-tree based driver")
Cc: Dan Williams <[email protected]>
Cc: Oliver O'Halloran <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
drivers/nvdimm/of_pmem.c
This page took 0.054627 seconds and 4 git commands to generate.