HomeFreeBSD

LinuxKPI: Remove the temporary variable fileid from the macro request_module

Description

LinuxKPI: Remove the temporary variable fileid from the macro request_module

The variable fileid stores the result from kern_kldload() but never gets
used. Since the third parameter *fileid of kern_kldload() can be NULL,
this unused variable can be safely removed.

No functional change intended.

Reviewed by: emaste, bz, linuxkpi
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D44583

Details

Provenance
zleiAuthored on Fri, Apr 5, 4:26 PM
Reviewer
linuxkpi
Differential Revision
D44583: LinuxKPI: Remove an unused local var fileid from the macro request_module
Parents
rG681711b77cde: uipc_socket: handle socket buffer locks in sopeeloff
Branches
Unknown
Tags
Unknown