Skip to content

backport: constify call to device_find_child() with Linux 6.14#154

Merged
pcolberg merged 1 commit intointel/fpga-ofs-dev-6.6-ltsfrom
pcolberg/device_find_child
Feb 3, 2025
Merged

backport: constify call to device_find_child() with Linux 6.14#154
pcolberg merged 1 commit intointel/fpga-ofs-dev-6.6-ltsfrom
pcolberg/device_find_child

Conversation

@pcolberg
Copy link
Contributor

@pcolberg pcolberg commented Feb 3, 2025

Follow upstream commit f1e8bf56320a ("driver core: Constify API device_find_child() and adapt for various usages"), which changes the second argument to the match function from void * to const void *.

Follow upstream commit f1e8bf56320a ("driver core: Constify API
device_find_child() and adapt for various usages"), which changes the
second argument to the match function from `void *` to `const void *`.

Signed-off-by: Peter Colberg <peter.colberg@altera.com>
@pcolberg pcolberg self-assigned this Feb 3, 2025
@pcolberg
Copy link
Contributor Author

pcolberg commented Feb 3, 2025

This resolves a build failure with the most recent kernel in Fedora rawhide.

@pcolberg pcolberg marked this pull request as ready for review February 3, 2025 21:45
@pcolberg pcolberg merged commit ee6c4df into intel/fpga-ofs-dev-6.6-lts Feb 3, 2025
19 checks passed
@pcolberg pcolberg deleted the pcolberg/device_find_child branch February 3, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants