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)
commitdebdd8e31895fdd1e2cfeb7a5aff1c83e49a91ba
tree22a6aab66a8788b3e917f75ed1350aa8519f554b
parentc7bb4b89033b764eb07db4e060548a6311d801ee
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: 8602e40fc813 ("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