Page MenuHomeFreeBSD

linuxkpi: advance platform_device
ClosedPublic

Authored by corvink on Apr 13 2023, 7:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 11 2024, 12:10 AM
Unknown Object (File)
Dec 23 2023, 2:20 AM
Unknown Object (File)
Nov 26 2023, 6:22 AM
Unknown Object (File)
Nov 24 2023, 9:23 PM
Unknown Object (File)
Nov 22 2023, 1:48 PM
Unknown Object (File)
Nov 22 2023, 1:28 PM
Unknown Object (File)
Nov 22 2023, 12:19 PM
Unknown Object (File)
Nov 14 2023, 6:57 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 13 2023, 7:27 AM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/platform_device.h
88

Do we really want to return 0 in the case that it is not implemented rather than an error?

sys/compat/linuxkpi/common/include/linux/platform_device.h
88

It's unlikely that we will one day implement those functions. Returning 0 is less problems than an error as the drivers who calls this will not fail.

This revision was automatically updated to reflect the committed changes.