Tag: 276f146a492d45a6384caade9f35cc712f07ca05

usb: musb: davinci: use devm_ functions.

Author: Himangi Saraogi <himangi774@gmail.com> This patch moves data allocated using kzalloc to managed data allocated using devm_kzalloc and cleans now unnecessary kfrees in probe and remove functions. Also, a label is done away with and clk_get is replaced by it corresponding devm version and the clk_puts are done away with. The labels are renamed to …

Continue reading