Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-17 Thread David Miller
From: chas williams - CONTRACTOR Date: Fri, 16 Jan 2015 08:57:21 -0500 > Signed-off-by: Chas Williams - CONTRACTOR Applied, thanks Chas. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-17 Thread David Miller
From: chas williams - CONTRACTOR c...@cmf.nrl.navy.mil Date: Fri, 16 Jan 2015 08:57:21 -0500 Signed-off-by: Chas Williams - CONTRACTOR c...@cmf.nrl.navy.mil Applied, thanks Chas. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread Quentin Lambert
On 16/01/2015 15:52, chas williams - CONTRACTOR wrote: On Fri, 16 Jan 2015 15:10:25 +0100 Quentin Lambert wrote: -u32 dma_addr = pci_map_single((struct pci_dev*)fore200e->bus_dev, virt_addr, size, direction); +u32 dma_addr = dma_map_single(&((struct pci_dev *)

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread chas williams - CONTRACTOR
On Fri, 16 Jan 2015 15:10:25 +0100 Quentin Lambert wrote: > > -u32 dma_addr = pci_map_single((struct pci_dev*)fore200e->bus_dev, > > virt_addr, size, direction); > > +u32 dma_addr = dma_map_single(&((struct pci_dev *) > > fore200e->bus_dev)->dev, virt_addr, size, direction); > > >

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread Quentin Lambert
On 16/01/2015 14:57, chas williams - CONTRACTOR wrote: Signed-off-by: Chas Williams - CONTRACTOR --- drivers/atm/eni.c | 33 +++-- drivers/atm/fore200e.c | 22 + drivers/atm/he.c| 125 +--- drivers/atm/he.h

[net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread chas williams - CONTRACTOR
Signed-off-by: Chas Williams - CONTRACTOR --- drivers/atm/eni.c | 33 +++-- drivers/atm/fore200e.c | 22 + drivers/atm/he.c| 125 +--- drivers/atm/he.h| 4 +- drivers/atm/idt77252.c | 107

[net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread chas williams - CONTRACTOR
Signed-off-by: Chas Williams - CONTRACTOR c...@cmf.nrl.navy.mil --- drivers/atm/eni.c | 33 +++-- drivers/atm/fore200e.c | 22 + drivers/atm/he.c| 125 +--- drivers/atm/he.h| 4 +- drivers/atm/idt77252.c |

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread Quentin Lambert
On 16/01/2015 14:57, chas williams - CONTRACTOR wrote: Signed-off-by: Chas Williams - CONTRACTOR c...@cmf.nrl.navy.mil --- drivers/atm/eni.c | 33 +++-- drivers/atm/fore200e.c | 22 + drivers/atm/he.c| 125 +---

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread chas williams - CONTRACTOR
On Fri, 16 Jan 2015 15:10:25 +0100 Quentin Lambert lambert.quen...@gmail.com wrote: -u32 dma_addr = pci_map_single((struct pci_dev*)fore200e-bus_dev, virt_addr, size, direction); +u32 dma_addr = dma_map_single(((struct pci_dev *) fore200e-bus_dev)-dev, virt_addr, size,

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-16 Thread Quentin Lambert
On 16/01/2015 15:52, chas williams - CONTRACTOR wrote: On Fri, 16 Jan 2015 15:10:25 +0100 Quentin Lambert lambert.quen...@gmail.com wrote: -u32 dma_addr = pci_map_single((struct pci_dev*)fore200e-bus_dev, virt_addr, size, direction); +u32 dma_addr = dma_map_single(((struct pci_dev