]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: Relocate lookup cookie to correct block.
authorJonathan Lemon <jonathan.lemon@gmail.com>
Thu, 8 Jul 2021 18:04:08 +0000 (11:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jul 2021 19:33:10 +0000 (12:33 -0700)
commit53422986ed625d666663a23810ea6588936542d8
tree22a6aab66a8788b3e917f75ed1350aa8519f554b
parent0b9c87151c2073d911f87f1a74747e6435530dc8
ptp: Relocate lookup cookie to correct block.

An earlier commit set the pps_lookup cookie, but the line
was somehow added to the wrong code block.  Correct this.

Fixes: a8c1e90a0c6c ("ptp: Set lookup cookie when creating a PTP PPS source.")
Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_clock.c