Re: [PATCH] gpio: omap: handle clk_prepare failure in probe
Markus Elfring <[email protected]>
| Newsgroups | gmane.linux.kernel.janitors,gmane.linux.kernel.gpio,gmane.linux.ports.arm.omap,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
… > Check the return value of clk_prepare in omap_gpio_probe. On failure, > clear dbck_flag and return the error, preventing unbalanced > clk_unprepare in remove or error paths. How do you think about to add any tags (like “Fixes” and “Cc”) accordingly? See also once more: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst?h=v7.2#n34 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v7.2#n145 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v7.2#n792 Regards, Markus