2009-06-08 Oliver Henshaw <oliver.henshaw@gmail.com>

* bus/usb/uhci.c: Remove unneeded doubled lines.
	* bus/usb/ohci.c: Likewise. Change interf to grub_uint32_t.
	Remove whitespace inside comment.
This commit is contained in:
proski 2009-06-08 20:08:59 +00:00
parent 9e172e3066
commit 69da887788
3 changed files with 8 additions and 7 deletions

View file

@ -149,8 +149,6 @@ grub_uhci_pci_iter (int bus, int device, int func,
struct grub_uhci *u;
int i;
addr = grub_pci_make_address (bus, device, func, 2);
class = grub_pci_read (addr);
addr = grub_pci_make_address (bus, device, func, 2);
class = grub_pci_read (addr);