summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-gpio.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2012-09-01 20:33:08 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-06 03:44:19 +0400
commit78bfee0e1e2e22c3062b41be8db618e7484c8e35 (patch)
treeb3241dba2b34f307f324ee8356c0155204144200 /drivers/spi/spi-gpio.c
parentb4b8482690d97ea5421acf71e9e397fe0c5a25b8 (diff)
downloadlinux-78bfee0e1e2e22c3062b41be8db618e7484c8e35.tar.xz
spi: spi-sh-hspi: 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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/spi/spi-gpio.c')
0 files changed, 0 insertions, 0 deletions