diff options
author | Mark Einon <mark.einon@gmail.com> | 2011-10-20 01:18:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-23 10:07:11 +0200 |
commit | 0d1b7a84d3672023c6bc6d7eaa988db8bd3202ba (patch) | |
tree | baec0dbd5eaba83d2535b90d10a25b0ab7ee566a /drivers/staging/et131x/README | |
parent | e592a9b06cdd9f1d5a6f8026f9ec8170ebf10ef5 (diff) |
staging: et131x: use dma_alloc... instead of pci_alloc...
Use dma_allocs instead of pci_allocs, so we can use GFP_KERNEL
allocations.
Also removed this item from the TODO list
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/README')
-rw-r--r-- | drivers/staging/et131x/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README index 1e0fcf468eb0..87b936012656 100644 --- a/drivers/staging/et131x/README +++ b/drivers/staging/et131x/README @@ -9,7 +9,6 @@ driver as they did not build properly at the time. TODO: - Use of kmem_cache seems a bit unusual - - Use dma_alloc_... in place of pci_alloc_... - It's too late stopping the tx queue when there is no room for the current packet. The condition should be detected for the next packet. - PCI_VDEVICE ? |