firewire: core: use helper macro to compare against current jiffies
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 15 Sep 2025 02:42:32 +0000 (11:42 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 15 Sep 2025 02:49:34 +0000 (11:49 +0900)
commit931383f161c066ac5fda12035540498931739842
treeff5dae66a08b129e0ea68d0dac7ca4d93503547e
parent379b870c28c6a615a101df7986eba70fea99eff7
firewire: core: use helper macro to compare against current jiffies

The pattern of calling either time_before64() or time_after64() with
get_jiffies_64() can be replaced with the corresponding helper macros.

Link: https://lore.kernel.org/r/20250915024232.851955-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-card.c
drivers/firewire/core-cdev.c
drivers/firewire/core-device.c