From: Julia Lawall Date: Sat, 1 Sep 2012 16:33:09 +0000 (+0200) Subject: drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9250dd5738ca2f2728913fefc6573daf5b95efa4;p=pandora-kernel.git drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data devm free functions should not have to be explicitly used. A semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ @@ ( * devm_kfree(...); | * devm_free_irq(...); | * devm_iounmap(...); | * devm_release_region(...); | * devm_release_mem_region(...); ) // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed