From: rmk+kernel@arm.linux.org.uk (Russell King)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] imx-drm: hdmi: minor cleanups
Date: Wed, 30 Oct 2013 20:45:09 +0000 [thread overview]
Message-ID: <E1VbcdZ-000633-My@rmk-PC.arm.linux.org.uk> (raw)
In-Reply-To: <20131030193622.GN16735@n2100.arm.linux.org.uk>
Some minor cleanups to the HDMI driver.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
drivers/staging/imx-drm/imx-hdmi.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/imx-drm/imx-hdmi.c b/drivers/staging/imx-drm/imx-hdmi.c
index 1eb12c57aa3e..ee0fceb7b5b2 100644
--- a/drivers/staging/imx-drm/imx-hdmi.c
+++ b/drivers/staging/imx-drm/imx-hdmi.c
@@ -19,7 +19,6 @@
#include <linux/regmap.h>
#include <linux/mfd/syscon.h>
#include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
-
#include <linux/of_device.h>
#include <drm/drmP.h>
@@ -37,7 +36,7 @@
#define YCBCR444 1
#define YCBCR422_16BITS 2
#define YCBCR422_8BITS 3
-#define XVYCC444 4
+#define XVYCC444 4
enum hdmi_datamap {
RGB444_8B = 0x01,
@@ -1762,8 +1761,8 @@ static int imx_hdmi_platform_probe(struct platform_device *pdev)
struct device_node *np = pdev->dev.of_node;
struct device_node *ddc_node;
struct imx_hdmi *hdmi;
- int ret, irq;
struct resource *iores;
+ int ret, irq;
hdmi = devm_kzalloc(&pdev->dev, sizeof(*hdmi), GFP_KERNEL);
if (!hdmi)
--
1.7.4.4
prev parent reply other threads:[~2013-10-30 20:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1382992009-19407-1-git-send-email-festevam@gmail.com>
2013-10-28 21:03 ` [PATCH v3] imx-drm: Add mx6 hdmi transmitter support Greg KH
2013-10-29 22:01 ` Fabio Estevam
2013-10-29 23:47 ` Russell King - ARM Linux
2013-10-30 1:00 ` Fabio Estevam
2013-10-28 21:19 ` Russell King - ARM Linux
2013-10-29 15:00 ` Fabio Estevam
2013-10-29 15:45 ` Fabio Estevam
2013-10-29 18:53 ` Russell King - ARM Linux
2013-10-30 19:36 ` Russell King - ARM Linux
2013-10-30 20:39 ` Russell King - ARM Linux
2013-10-30 20:39 ` [PATCH 1/6] imx-drm: hdmi: fix PLL lock wait Russell King
2013-10-30 20:41 ` [PATCH 2/6] imx-drm: hdmi: fix pixel clock Russell King
2013-10-30 20:42 ` [PATCH 3/6] imx-drm: hdmi: fix wrong comment Russell King
2013-10-30 20:43 ` [PATCH 4/6] imx-drm: hdmi: get rid of pointless fb_reg Russell King
2013-10-30 20:44 ` [PATCH 5/6] imx-drm: hdmi: get rid of clk manipulations in imx_hdmi_fb_registered() Russell King
2013-10-30 20:45 ` Russell King [this message]
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=E1VbcdZ-000633-My@rmk-PC.arm.linux.org.uk \
--to=rmk+kernel@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).