Tag: b18e93a493626c1446f9788ebd5844d008bbf71c

ASoC: ux500_msp_i2s: better use devm functions and fix error return code

Author: Julia Lawall <Julia.Lawall@lip6.fr> Remove unnecessary calls to devm_kfree and replace iounmap by devm_iounmap (and use resource_size for the third argument). These changes make it possible to remove the error-handling code at the end of ux500_msp_i2s_init_msp, and all of the gotos become direct returns. In the case of the second call to devm_kzalloc, the return …

Continue reading