Ticket #379 (new enhancement)
patch proposal for the prism54 driver on linux sources 2.6.22
| Reported by: | antispameu-truc@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | N/A |
| Component: | patches | Version: | N/A |
| Keywords: | Cc: |
Description
Hi everybody,
I used to have a problem on my linux ubuntu 7.10 (kernel 2.6.22-14-generic). On the last kernel sources, the prism54 driver has changed a lot, so the patch doesn't work with it. So i have made a patch for this driver. I submit it to you if you wanted it :
_
--- islpci_dev.c 2007-07-09 01:32:17.000000000 +0200 +++ islpci_dev_patched.c 2008-01-27 13:30:22.000000000 +0100 @@ -753,9 +753,6 @@
pci_unmap_single(priv->pdev, buf->pci_addr,
buf->size, PCI_DMA_FROMDEVICE);
buf->pci_addr = 0;
- kfree(buf->mem); - buf->size = 0; - buf->mem = NULL;
}
/* clean up data rx buffers
_
I hope this will be helpful to you.
I beg your pardon my poor english.

