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, Apr 21, 6:37 AM
Unknown Object (File)
Sun, Apr 21, 5:25 AM
Unknown Object (File)
Fri, Apr 5, 10:01 PM
Unknown Object (File)
Fri, Apr 5, 1:44 PM
Unknown Object (File)
Sat, Mar 30, 3:12 PM
Unknown Object (File)
Mar 18 2024, 5:03 PM
Unknown Object (File)
Mar 7 2024, 3:51 PM
Unknown Object (File)
Jan 14 2024, 2:43 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
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

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.