]> git.proxmox.com Git - qemu.git/commit - hw/usb/hcd-uhci.c
Remove unnecessary casts from PCI DMA code in usb-uhci
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Nov 2011 01:03:38 +0000 (12:03 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 17:16:52 +0000 (11:16 -0600)
commit9fe2fd6716f1a6fbde1ef9867b64b6698d02b958
treec6afe4b9b120db79fd32588887c444cd351ea7de
parent4bf8011910580376950dfed63214d1e0de4853eb
Remove unnecessary casts from PCI DMA code in usb-uhci

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