<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26444">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">northbridge/amd/agesa: 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: I792f45c7147d19d8d780cd66d6ce334d337a5559<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/northbridge/amd/agesa/family12/northbridge.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/26444/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/northbridge/amd/agesa/family12/northbridge.c b/src/northbridge/amd/agesa/family12/northbridge.c</span><br><span>index 80254e0..206a43f 100644</span><br><span>--- a/src/northbridge/amd/agesa/family12/northbridge.c</span><br><span>+++ b/src/northbridge/amd/agesa/family12/northbridge.c</span><br><span>@@ -632,7 +632,7 @@</span><br><span>   return (unsigned long)current;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void northbridge_fill_ssdt_generator(struct device *device)</span><br><span style="color: hsl(120, 100%, 40%);">+static void northbridge_fill_ssdt_generator(struct device *dev)</span><br><span> {</span><br><span>      msr_t msr;</span><br><span>   char pscope[] = "\\_SB.PCI0";</span><br><span>@@ -653,7 +653,7 @@</span><br><span>        acpigen_pop_len();</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static unsigned long agesa_write_acpi_tables(struct device *device,</span><br><span style="color: hsl(120, 100%, 40%);">+static unsigned long agesa_write_acpi_tables(struct device *dev,</span><br><span>                                          unsigned long current,</span><br><span>                                       acpi_rsdp_t *rsdp)</span><br><span> {</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26444">change 26444</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/26444"/><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: I792f45c7147d19d8d780cd66d6ce334d337a5559 </div>
<div style="display:none"> Gerrit-Change-Number: 26444 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>