]> git.baikalelectronics.ru Git - kernel.git/commit
pata_at91: fix ata_host_activate() failure handling
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 31 Mar 2014 17:51:14 +0000 (19:51 +0200)
committerTejun Heo <tj@kernel.org>
Wed, 2 Apr 2014 17:17:31 +0000 (13:17 -0400)
commit727cc6dae0636141263059f33c11c1028b573334
tree13a153d46f188dddd5f6d62d5d1648f0371a61ef
parent4b7c37e436afa733d375fbf215d544040bf4e427
pata_at91: fix ata_host_activate() failure handling

Add missing clk_put() call to ata_host_activate() failure path.

Sergei says,

  "Hm, I have once fixed that (see that *if* (!ret)) but looks like a
   later commit f3e32625f57d2bec00dbec74109e29974910cc9a (ARM:
   at91/pata: use gpio_is_valid to check the gpio) broke it again. :-(
   Would be good if the changelog did mention that..."

Cc: Andrew Victor <linux@maxim.org.za>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org
drivers/ata/pata_at91.c