Page MenuHomeFreeBSD

arm64: QorIQ: gpio: Style cleanups.
ClosedPublic

Authored by ar_semihalf.com on Oct 19 2020, 7:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 6:23 PM
Unknown Object (File)
Fri, Jan 24, 7:09 PM
Unknown Object (File)
Fri, Jan 24, 4:26 PM
Unknown Object (File)
Thu, Jan 16, 3:37 AM
Unknown Object (File)
Tue, Jan 14, 9:51 PM
Unknown Object (File)
Thu, Jan 9, 4:05 PM
Unknown Object (File)
Jan 2 2025, 9:42 AM
Unknown Object (File)
Dec 29 2024, 8:57 AM
Subscribers

Details

Summary

Make the code more conformant to style(9) and improve the general
readability.

This patch does not alter the driver logic.

Diff Detail

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

Event Timeline

sys/arm64/qoriq/ls1046_gpio.c
147

Shall we make this bool while we're here?

203

Looks like enable is a boolean; uint8_t seems a little odd.

sys/arm64/qoriq/ls1046_gpio.c
203

Yes. I would have done that, but I am getting rid of his helper altogether in D26868.

Change qoriq_make_gpio_res return type to bool.

@mmel @manu @mw Any remarks to this patch and the related ones in stack?

mmel added inline comments.
sys/arm64/qoriq/ls1046_gpio.c
528

Is not this slightly aggressive ?

This revision is now accepted and ready to land.Nov 2 2020, 9:30 AM
This revision was automatically updated to reflect the committed changes.