Vasiliy Kulikov 04e506b5e7 sata_dwc_460ex: fix error path
Fixed hsdev memleak on sata_dwc_probe() error.
As dma_dwc_exit() can be called multiple times without sata_dma_regs and
irq_dma changes, it might lead to double free on sequential
dma_dwc_exit() calls.  So, zero these fields after free calls.

Signed-off-by: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2011-07-23 18:03:54 -04:00
..
2011-07-23 18:03:54 -04:00
2011-06-11 15:06:48 -07:00
2011-07-11 09:52:35 -04:00
2011-07-03 14:26:24 -05:00
2011-06-14 15:15:25 +09:00
2011-07-04 16:02:48 +09:00
2011-07-17 12:40:08 +00:00