<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9534">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lc15: 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>Change-Id: Ib8bf07990800d74bfb3ad7a55eccfc65e40cd480<br>---<br>M src/osmo-bts-litecell15/misc/lc15bts_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/34/9534/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-litecell15/misc/lc15bts_led.c b/src/osmo-bts-litecell15/misc/lc15bts_led.c</span><br><span>index 603e0fb..a93d3fb 100644</span><br><span>--- a/src/osmo-bts-litecell15/misc/lc15bts_led.c</span><br><span>+++ b/src/osmo-bts-litecell15/misc/lc15bts_led.c</span><br><span>@@ -151,7 +151,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->lc15bts_leds.list);</span><br><span style="color: hsl(120, 100%, 40%);">+                    llist_move_tail(&led_list->list, &mgr->lc15bts_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/9534">change 9534</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/9534"/><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: Ib8bf07990800d74bfb3ad7a55eccfc65e40cd480 </div>
<div style="display:none"> Gerrit-Change-Number: 9534 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>