BigW Consortium Gitlab

Commit 6e818594 by David Clark

Put back code for reading S2M mbox

parent ef9fced2
...@@ -205,7 +205,8 @@ int mt7697io_rd_s2m_mbx(struct mt7697q_info *qinfo) ...@@ -205,7 +205,8 @@ int mt7697io_rd_s2m_mbx(struct mt7697q_info *qinfo)
goto cleanup; goto cleanup;
} }
dev_dbg(qinfo->dev, "%s(): s2m mbx(0x%02x)\n", qinfo->s2m_mbox = mt7697io_get_s2m_mbox(value);
dev_dbg(qinfo->dev, "%s(): s2m mbx(0x%04x)\n",
__func__, qinfo->s2m_mbox); __func__, qinfo->s2m_mbox);
cleanup: cleanup:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment