Files
linux/drivers
Julia Lawall 9250dd5738 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/)

// <smpl>
@@
@@

(
* devm_kfree(...);
|
* devm_free_irq(...);
|
* devm_iounmap(...);
|
* devm_release_region(...);
|
* devm_release_mem_region(...);
)
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-05 12:41:57 -07:00
..
2012-08-02 13:51:46 -04:00
2012-08-27 07:13:33 -07:00
2012-08-27 07:13:33 -07:00
2012-08-13 10:15:22 +05:30
2012-07-29 21:11:05 -03:00
2012-08-16 20:24:38 +01:00
2012-08-27 07:13:33 -07:00
2012-08-13 14:34:02 +08:00
2012-08-27 07:13:33 -07:00
2012-08-13 16:50:19 -07:00
2012-08-27 07:13:33 -07:00
2012-07-09 16:42:24 -04:00
2012-08-20 11:58:43 +02:00
2012-08-27 07:13:33 -07:00
2012-08-27 07:13:33 -07:00
2012-08-27 07:13:33 -07:00
2012-07-31 08:16:22 -06:00
2012-07-31 08:16:22 -06:00