Tag: f90272f432f7515044d9e13a6fa2c8bf1ac14838

staging: media: omap1: Replace clk_get with devm_clk_get

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> devm_clk_get allocated resources get released when a driver detaches. Replace clk_get with devm_clk_get and remove corresponding data releasing function clk_put from probe and remove functions of a platform device. Also remove an unnecessary label. This change was made with the help of the following Coccinelle semantic patch: @platform@ identifier p, …

Continue reading