Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.
authorIan Romanick <idr@us.ibm.com>
Wed, 17 Jan 2007 05:24:12 +0000 (21:24 -0800)
committerIan Romanick <idr@us.ibm.com>
Wed, 17 Jan 2007 05:24:12 +0000 (21:24 -0800)
commitcc1d08f113140010f49503adc4e7afe5db892a02
treec251649c591256cef451d7b666976f70d44fb5d0
parent54d40b528ab769c4e89aaca87d1728a6194e4378
Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.

When changing the interface of the pci_device_cfg_write_u* functions
in commit 37ce43c1804bad9c52b8316eaefd3a57b670ee29, I forgot to modify
pci_device_cfg_write_u8 to pass a pointer to data to
pci_device_cfg_write instead of just passing data.
src/common_interface.c