forked from Minki/linux
habanalabs/gaudi: fix print format for div_sel
Print format was for int (%d) while variable is u32. Signed-off-by: Ohad Sharabi <osharabi@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
21fc79336b
commit
d6501ecfb6
@ -939,9 +939,7 @@ static int gaudi_fetch_psoc_frequency(struct hl_device *hdev)
|
||||
else
|
||||
freq = pll_clk / (div_fctr + 1);
|
||||
} else {
|
||||
dev_warn(hdev->dev,
|
||||
"Received invalid div select value: %d",
|
||||
div_sel);
|
||||
dev_warn(hdev->dev, "Received invalid div select value: %#x", div_sel);
|
||||
freq = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user