]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/of: Make of_io_request_and_map() "name" argument optional
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 Jun 2018 00:01:07 +0000 (10:01 +1000)
committerRob Herring <robh@kernel.org>
Tue, 10 Jul 2018 14:08:57 +0000 (08:08 -0600)
commit9918204bcb658994f0bb1f1f8a35dd03571880ce
tree7d455bf2b944356432f2aa39144ef37d9c90db7d
parentc9a0df47021f517057bbbea4fd96c30d31e6e1ab
drivers/of: Make of_io_request_and_map() "name" argument optional

These days of_address_to_resource() puts a reasonable name
in the resource struct, thus make the "name" argument an
optional override.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/address.c