All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
To: linux-samsung-soc@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org, m.szyprowski@samsung.com,
	inki.dae@samsung.com, a.hajda@samsung.com,
	Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Subject: [PATCH v2 4/4] drm/exynos: g2d: beautify probing message
Date: Thu, 22 Sep 2016 16:57:20 +0200	[thread overview]
Message-ID: <1474556240-14055-5-git-send-email-tjakobi@math.uni-bielefeld.de> (raw)
In-Reply-To: <1474556240-14055-1-git-send-email-tjakobi@math.uni-bielefeld.de>

Apply some 'make-up' in g2d_probe().

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 73cd83f..410d170 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -2423,7 +2423,7 @@ static int g2d_probe(struct platform_device *pdev)
 		goto err_put_clk;
 	}
 
-	dev_info(dev, "The exynos g2d(ver %d.%d) successfully probed\n",
+	dev_info(dev, "The Exynos G2D (ver %d.%d) successfully probed.\n",
 			G2D_HW_MAJOR_VER, G2D_HW_MINOR_VER);
 
 	return 0;
-- 
2.7.3

  parent reply	other threads:[~2016-09-22 14:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22 14:57 [PATCH v2 0/4] drm/exynos: mixer: small optimisations Tobias Jakobi
2016-09-22 14:57 ` [PATCH v2 1/4] drm/exynos: mixer: convert booleans to flags in mixer context Tobias Jakobi
2016-09-26  7:23   ` Inki Dae
2016-09-22 14:57 ` [PATCH v2 2/4] drm/exynos: mixer: configure layers once in mixer_atomic_flush() Tobias Jakobi
2016-09-26  7:32   ` Inki Dae
2016-09-26  8:57     ` Tobias Jakobi
2016-09-22 14:57 ` [PATCH v2 3/4] drm/exynos: mixer: simplify loop in vp_win_reset() Tobias Jakobi
2016-09-22 14:57 ` Tobias Jakobi [this message]
2016-09-26  7:41   ` [PATCH v2 4/4] drm/exynos: g2d: beautify probing message Inki Dae

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474556240-14055-5-git-send-email-tjakobi@math.uni-bielefeld.de \
    --to=tjakobi@math.uni-bielefeld.de \
    --cc=a.hajda@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.