RSS Bot Posted December 18, 2022 Posted December 18, 2022 Description This patch doesn't make any changes to the source file: -rockchip->ep_gpio = devm_gpiod_get_optional(dev, "ep", - GPIOD_OUT_HIGH); +rockchip->ep_gpio = devm_gpiod_get_optional(dev, "ep", GPIOD_OUT_HIGH); If this patch once had a function it has been lost in the Git history thanks to the patch archive folder shuffling. How Has This Been Tested? inert patch. Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [X] I have commented my code, particularly in hard-to-understand areas [X] I have made corresponding changes to the documentation [X] My changes generate no new warnings [X] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts