<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26857">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/sconfig/main.c: Use NULL for 'struct device *' enstead of = 0<br><br>Change-Id: I75fa4577055f25dde0a8b1044c005bba72cabd92<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M util/sconfig/main.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/26857/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/sconfig/main.c b/util/sconfig/main.c</span><br><span>index 2e34d85..85c1f1d 100644</span><br><span>--- a/util/sconfig/main.c</span><br><span>+++ b/util/sconfig/main.c</span><br><span>@@ -82,7 +82,7 @@</span><br><span> void fold_in(struct device *parent)</span><br><span> {</span><br><span>     struct device *child = parent->children;</span><br><span style="color: hsl(0, 100%, 40%);">-     struct device *latest = 0;</span><br><span style="color: hsl(120, 100%, 40%);">+    struct device *latest = NULL;</span><br><span>        while (child != latest) {</span><br><span>            if (child->children) {</span><br><span>                    if (!latest)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26857">change 26857</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/26857"/><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: I75fa4577055f25dde0a8b1044c005bba72cabd92 </div>
<div style="display:none"> Gerrit-Change-Number: 26857 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>