|
@@ -3516,7 +3516,7 @@ static const char *skge_board_name(const struct skge_hw *hw)
|
|
|
if (skge_chips[i].id == hw->chip_id)
|
|
|
return skge_chips[i].name;
|
|
|
|
|
|
- snprintf(buf, sizeof buf, "chipid 0x%x", hw->chip_id);
|
|
|
+ snprintf(buf, sizeof(buf), "chipid 0x%x", hw->chip_id);
|
|
|
return buf;
|
|
|
}
|
|
|
|