summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2020-04-30 21:51:32 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-14 07:58:19 +0200
commit429a8962569366dd40a251fb8da6cd4b030d0b80 (patch)
tree7203ed95329817ecabfc8533b88e4d087a31dbba /include
parent6ee2fdf2ba4d3423ea1c7da324a1bcdfdf823f0c (diff)
dp83640: reverse arguments to list_add_tail
[ Upstream commit 865308373ed49c9fb05720d14cbf1315349b32a9 ] In this code, it appears that phyter_clocks is a list head, based on the previous list_for_each, and that clock->list is intended to be a list element, given that it has just been initialized in dp83640_clock_init. Accordingly, switch the arguments to list_add_tail, which takes the list head as the second argument. Fixes: cb646e2b02b27 ("ptp: Added a clock driver for the National Semiconductor PHYTER.") Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions