scsi: ufs: Fix compiler warning
Fix the following compiler warning from gcc 7.4.1 with -Werror enabled: drivers/scsi/ufs/ufshcd.c:6773:22: error: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Werror=format=] dev_warn(hba->dev, " (%s) clk_get_rate - %d\n", __func__, freq); Fixes: cd1b0b74 ("ufs: ufshcd: Add check for broken auto-h8 support") Change-Id: Ic0dedbadfcd742dc5dbbcc4c131c7b08fa22e6e3 Signed-off-by:Jordan Crouse <jcrouse@codeaurora.org>
Loading
Please register or sign in to comment