<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12965">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">oc2g: led_sleep_cb: pass correct ptr to llist_move_tail<br><br>Fix compilation warning. At runtime it's not a big issue because the<br>"list" field is the first field of the led_list (struct<br>lc15bts_led_timer_list) variable. Hence, the address passed is the same.<br><br>Similar to commit fixing same issue in lc15 in 080302f8.<br><br>Change-Id: Ie393a21bc3a725520343c70941cb4f591b313420<br>---<br>M src/osmo-bts-oc2g/misc/oc2gbts_led.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://gerrit.osmocom.org:29418/osmo-bts refs/changes/65/12965/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-oc2g/misc/oc2gbts_led.c b/src/osmo-bts-oc2g/misc/oc2gbts_led.c</span><br><span>index b8758b8..40d4b72 100644</span><br><span>--- a/src/osmo-bts-oc2g/misc/oc2gbts_led.c</span><br><span>+++ b/src/osmo-bts-oc2g/misc/oc2gbts_led.c</span><br><span>@@ -150,7 +150,7 @@</span><br><span>                   /* Delete current timer */</span><br><span>                   osmo_timer_del(&led_list->led_timer.timer);</span><br><span>                   /* Rotate the timer list */</span><br><span style="color: hsl(0, 100%, 40%);">-                      llist_move_tail(led_list, &mgr->oc2gbts_leds.list);</span><br><span style="color: hsl(120, 100%, 40%);">+                    llist_move_tail(&led_list->list, &mgr->oc2gbts_leds.list);</span><br><span>                    break;</span><br><span>               }</span><br><span>    }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12965">change 12965</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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://gerrit.osmocom.org/12965"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ie393a21bc3a725520343c70941cb4f591b313420 </div>
<div style="display:none"> Gerrit-Change-Number: 12965 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>