Skip to content

Commit 853a57b

Browse files
committed
firewire: core: fix overlooked update of subsystem ABI version
In kernel v6.5, several functions were added to the cdev layer. This required updating the default version of subsystem ABI up to 6, but this requirement was overlooked. This commit updates the version accordingly. Fixes: 6add87e ("firewire: cdev: add new version of ABI to notify time stamp at request/response subaction of transaction#") Link: https://lore.kernel.org/r/20250920025148.163402-1-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
1 parent f83ec76 commit 853a57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/firewire/core-cdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/*
4242
* ABI version history is documented in linux/firewire-cdev.h.
4343
*/
44-
#define FW_CDEV_KERNEL_VERSION 5
44+
#define FW_CDEV_KERNEL_VERSION 6
4545
#define FW_CDEV_VERSION_EVENT_REQUEST2 4
4646
#define FW_CDEV_VERSION_ALLOCATE_REGION_END 4
4747
#define FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLOW 5

0 commit comments

Comments
 (0)