]> git.baikalelectronics.ru Git - kernel.git/commit
xircom_cb: fix device probe error path.
authorFrancois Romieu <romieu@fr.zoreil.com>
Sun, 11 Mar 2012 22:34:54 +0000 (23:34 +0100)
committerFrancois Romieu <romieu@fr.zoreil.com>
Sat, 7 Apr 2012 09:47:15 +0000 (11:47 +0200)
commit185dc949ba409d0161fe58b955dbcdb0f8ff111c
tree815a012e4baa5e1320cb7411f423cbee400334f5
parent7160913beceb11ebf06e8de34d7bd7df5fee1108
xircom_cb: fix device probe error path.

- unbalanced pci_disable_device
- PCI ressources were not released
- mismatching pci_alloc_.../kfree pairs are replaced by DMA alloc helpers.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Ack-by: Grant Grundler <grundler@parisc-linux.org>
drivers/net/ethernet/dec/tulip/xircom_cb.c