<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-e1-hardware/+/21702">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  tnt: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">icE1usb: Mark some private functions as 'static'<br><br>Change-Id: Ie9808bb2fe264e9a3fa09168bfde57837b77d291<br>---<br>M firmware/ice40-riscv/icE1usb/usb_e1.c<br>1 file changed, 4 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/firmware/ice40-riscv/icE1usb/usb_e1.c b/firmware/ice40-riscv/icE1usb/usb_e1.c</span><br><span>index 52fb53b..ff58c08 100644</span><br><span>--- a/firmware/ice40-riscv/icE1usb/usb_e1.c</span><br><span>+++ b/firmware/ice40-riscv/icE1usb/usb_e1.c</span><br><span>@@ -175,7 +175,8 @@</span><br><span> </span><br><span>  return NULL;</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">-enum usb_fnd_resp</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+static enum usb_fnd_resp</span><br><span> _e1_set_conf(const struct usb_conf_desc *conf)</span><br><span> {</span><br><span>        const struct usb_intf_desc *intf;</span><br><span>@@ -197,7 +198,7 @@</span><br><span>      return USB_FND_SUCCESS;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-enum usb_fnd_resp</span><br><span style="color: hsl(120, 100%, 40%);">+static enum usb_fnd_resp</span><br><span> _e1_set_intf(const struct usb_intf_desc *base, const struct usb_intf_desc *sel)</span><br><span> {</span><br><span>  if (base->bInterfaceNumber != 0)</span><br><span>@@ -239,7 +240,7 @@</span><br><span>    return USB_FND_SUCCESS;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-enum usb_fnd_resp</span><br><span style="color: hsl(120, 100%, 40%);">+static enum usb_fnd_resp</span><br><span> _e1_get_intf(const struct usb_intf_desc *base, uint8_t *alt)</span><br><span> {</span><br><span>     if (base->bInterfaceNumber != 0)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-e1-hardware/+/21702">change 21702</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/c/osmo-e1-hardware/+/21702"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-e1-hardware </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie9808bb2fe264e9a3fa09168bfde57837b77d291 </div>
<div style="display:none"> Gerrit-Change-Number: 21702 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: tnt <tnt@246tNt.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>