<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26441">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/device: Use different name for variables and structs<br><br>My previous changes 'Get ride of device_t' introduced a<br>confusion by using the same name for variables and structs.<br><br>Change-Id: Iebf18c5bd6a819513d0691292488063226b848c1<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/device/pci_rom.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/26441/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c</span><br><span>index 299f7c8..91ccd9c 100644</span><br><span>--- a/src/device/pci_rom.c</span><br><span>+++ b/src/device/pci_rom.c</span><br><span>@@ -202,7 +202,7 @@</span><br><span> }</span><br><span> </span><br><span> static unsigned long</span><br><span style="color: hsl(0, 100%, 40%);">-pci_rom_acpi_fill_vfct(struct device *device,</span><br><span style="color: hsl(120, 100%, 40%);">+pci_rom_acpi_fill_vfct(struct device *dev,</span><br><span>                                           struct acpi_vfct *vfct_struct,</span><br><span>                                       unsigned long current)</span><br><span> {</span><br><span>@@ -238,7 +238,7 @@</span><br><span> }</span><br><span> </span><br><span> unsigned long</span><br><span style="color: hsl(0, 100%, 40%);">-pci_rom_write_acpi_tables(struct device *device,</span><br><span style="color: hsl(120, 100%, 40%);">+pci_rom_write_acpi_tables(struct device *dev,</span><br><span>                                                  unsigned long current,</span><br><span>                                               struct acpi_rsdp *rsdp)</span><br><span> {</span><br><span>@@ -271,7 +271,7 @@</span><br><span>         return current;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void pci_rom_ssdt(struct device *device)</span><br><span style="color: hsl(120, 100%, 40%);">+void pci_rom_ssdt(struct device *dev)</span><br><span> {</span><br><span>         static size_t ngfx;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26441">change 26441</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26441"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iebf18c5bd6a819513d0691292488063226b848c1 </div>
<div style="display:none"> Gerrit-Change-Number: 26441 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>