]> git.proxmox.com Git - mirror_qemu.git/commit - hw/net/e1000.c
Remove unnecessary casts from PCI DMA code in e1000
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Nov 2011 01:03:33 +0000 (12:03 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 17:16:50 +0000 (11:16 -0600)
commit00c3a05b25533d7cb42b599509390fb1488d597c
tree0b09b5c02e5981935ec7bc0e394277dd67274664
parente965d4bce3ebbb5a33bba24926a8f6ba0825994c
Remove unnecessary casts from PCI DMA code in e1000

This patch removes some unnecessary casts in the e1000 device,
introduced by commit 62ecbd353d25e62c4a6c327ea88ba5404e13507a 'e1000:
Use PCI DMA stub functions'.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/e1000.c