]> asedeno.scripts.mit.edu Git - linux.git/commit
fpga: region: remove unneeded of_node_get and put
authorAlan Tull <atull@kernel.org>
Wed, 15 Nov 2017 20:20:15 +0000 (14:20 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 15:30:37 +0000 (16:30 +0100)
commit08bcb4b1a7615762e1e2c87a5c8cc5d9709b60f6
tree01e4e1a0d4784463cd5602fdbc076b8684740fb4
parentc3d971ad32fc19af638ac6f6ffe041aa1ff722b5
fpga: region: remove unneeded of_node_get and put

Remove of_node_get/put in fpga_region_get/put.  Not
needed and will get in the way when I separate out
the common FPGA region code from Device Tree support
code.

Signed-off-by: Alan Tull <atull@kernel.org>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/fpga-region.c