xpp: FXS: RAM write support is fully implemented

This commit is contained in:
Tzafrir Cohen
2017-03-26 19:49:56 +03:00
parent 6456a027e5
commit 55775ab0d2

View File

@@ -1817,7 +1817,6 @@ static int FXS_card_register_reply(xbus_t *xbus, xpd_t *xpd, reg_cmd_t *info)
if (info->h.bytes == REG_CMD_SIZE(RAM)) {
uint addr;
unsigned long val;
XPD_INFO(xpd, "RAM reply is not fully implemented(%s)\n", __func__);
XPD_DBG(REGS, xpd, "port=%d, addr_low=0x%X, addr_high=0x%X, data_0=0x%X data_1=0x%X data_2=0x%X data_3=0x%X\n",
info->h.portnum,
REG_FIELD_RAM(info, addr_low),