Skip to content

Commit

Permalink
Merge pull request #205 from flaviojs/fix-missing-format-argument-ti1…
Browse files Browse the repository at this point in the history
…570_handle_rx_cell

Fix missing format argument in ti1570_handle_rx_cell.
  • Loading branch information
grossmj authored Mar 29, 2024
2 parents 7f62e22 + a9d1783 commit 0a8b031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dev_pa_a1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ static int ti1570_handle_rx_cell(netio_desc_t *nio,

if (bptr < TI1570_RX_DMA_TABLE_OFFSET) {
TI1570_LOG(d,"ti1570_handle_rx_cell: inconsistency in "
"RX VPI/VCI table, VPI/VCI=%u/u, bptr=0x%x\n",
"RX VPI/VCI table, VPI/VCI=%u/%u, bptr=0x%x\n",
vpi,vci,bptr);
return(FALSE);
}
Expand Down

0 comments on commit 0a8b031

Please sign in to comment.