Skip to content
Commit 3ab26010 authored by Bin Meng's avatar Bin Meng Committed by Andes
Browse files

ram: sifive: Fix compiler warnings for 32-bit



priv->info.size is of type 'size_t' but the length modifier is l.
Fix this by casting priv->info.size. Note 'z' cannot be used as
the modifier as SPL does not support that.

Signed-off-by: default avatarBin Meng <bin.meng@windriver.com>
Reviewed-by: default avatarRick Chen <rick@andestech.com>
Reviewed-by: default avatarPragnesh Patel <pragnesh.patel@openfive.com>
parent 52dc7ae7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment