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)
Thu, May 9, 11:40 AM
Unknown Object (File)
Wed, May 1, 8:59 PM
Unknown Object (File)
Wed, May 1, 3:20 AM
Unknown Object (File)
Mon, Apr 29, 11:14 AM
Unknown Object (File)
Sun, Apr 28, 2:12 PM
Unknown Object (File)
Sun, Apr 21, 6:37 AM
Unknown Object (File)
Sun, Apr 21, 5:25 AM
Unknown Object (File)
Apr 5 2024, 10:01 PM
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.