]> git.proxmox.com Git - mirror_qemu.git/commit
Remove unnecessary casts from PCI DMA code in rtl8139
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Nov 2011 01:03:36 +0000 (12:03 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 17:16:52 +0000 (11:16 -0600)
commita6a29eeaff88fafe344d072b6d9cd30649a46b36
treee853825ce7b7ad2490887fcaa90ad17fa882c2b1
parent9e486d67656630c5a4490df85b6506ee0da9740a
Remove unnecessary casts from PCI DMA code in rtl8139

This patch removes some unnecessary casts in the rtl8139 device,
introduced by commit 3ada003aee2004d24f23b9cd6f4eda87d9601ddb
'rtl8139: 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/rtl8139.c