Page MenuHomeFreeBSD

linuxkpi: advance platform_device
ClosedPublic

Authored by corvink on Apr 13 2023, 7:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 7:38 AM
Unknown Object (File)
Sun, May 24, 10:23 PM
Unknown Object (File)
Fri, May 22, 7:48 AM
Unknown Object (File)
Wed, May 20, 3:45 AM
Unknown Object (File)
Mon, May 18, 2:33 AM
Unknown Object (File)
Apr 28 2026, 9:08 PM
Unknown Object (File)
Apr 28 2026, 9:04 PM
Unknown Object (File)
Apr 18 2026, 9:18 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.