]> 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)
commitaaf89f6daef29f930e2532505ee37f881bcf4cce
tree22a6aab66a8788b3e917f75ed1350aa8519f554b
parent357778aaedde86ab2d406d180dee429e8c300096
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: 00e925eccb55 ("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