mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08:00
drivers/rtc/rtc-msm6242.c: use pr_warn
pr_warn is preferred to pr_warning. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
07d27f2df5
commit
2600f7154b
@ -111,8 +111,8 @@ static void msm6242_lock(struct msm6242_priv *priv)
|
||||
}
|
||||
|
||||
if (!cnt)
|
||||
pr_warning("msm6242: timed out waiting for RTC (0x%x)\n",
|
||||
msm6242_read(priv, MSM6242_CD));
|
||||
pr_warn("msm6242: timed out waiting for RTC (0x%x)\n",
|
||||
msm6242_read(priv, MSM6242_CD));
|
||||
}
|
||||
|
||||
static void msm6242_unlock(struct msm6242_priv *priv)
|
||||
|
Loading…
Reference in New Issue
Block a user