From: Sachin Kamat Date: Wed, 2 Jan 2013 08:13:33 +0000 (-0300) Subject: [media] s5p-mfc: Fix a typo in error message in s5p_mfc_pm.c X-Git-Tag: upstream/snapshot3+hdmi~4891^2~303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b311ea4bf18153b78d26e62304a30434447dbbf0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [media] s5p-mfc: Fix a typo in error message in s5p_mfc_pm.c Fixed a trivial typo. Signed-off-by: Sachin Kamat Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c b/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c index 2895333..6aa38a5 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c @@ -46,7 +46,7 @@ int s5p_mfc_init_pm(struct s5p_mfc_dev *dev) ret = clk_prepare(pm->clock_gate); if (ret) { - mfc_err("Failed to preapre clock-gating control\n"); + mfc_err("Failed to prepare clock-gating control\n"); goto err_p_ip_clk; }