summaryrefslogtreecommitdiff
path: root/flowtop/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-10-29 14:18:03 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-10-29 14:20:46 +0100
commitdbd83f04dfb4b4265a290bad6a1813825f7ab3c6 (patch)
tree7565751ab618dcb5b130e990c1336614d878cdad /flowtop/Makefile
parenta81b515484828e0cff848fb7689d4a4b77f020d8 (diff)
ring: Move generic code for ring layout setup to own function
Initialization of the ring->layout members is the same for RX and TX rings. Instead of duplicating the code in setup_rx_ring_layout() and setup_tx_ring_layout(), create a new function setup_ring_layout_generic() which is called from the former two. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop/Makefile')
0 files changed, 0 insertions, 0 deletions
rguments and might return ERR_PTR(), so we have to nullify pointer on that case, to do not break further call to clk_get_rate(). Reported-by: Felix Fietkau <nbd@nbd.name> Fixes: 34db70b92fae ("rt2x00: add copy of clk for soc devices") Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/dt-bindings/reset/pistachio-resets.h')