Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756011AbbBPPIG (ORCPT ); Mon, 16 Feb 2015 10:08:06 -0500 Received: from mailout4.samsung.com ([203.254.224.34]:34885 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753356AbbBPPIE (ORCPT ); Mon, 16 Feb 2015 10:08:04 -0500 X-AuditID: cbfee61b-f79d76d0000024d6-43-54e207d180ea Date: Mon, 16 Feb 2015 16:07:54 +0100 From: Lukasz Majewski To: Chanwoo Choi Cc: rui.zhang@intel.com, edubezval@gmail.com, kgene@kernel.org, b.zolnierkie@samsung.com, kyungmin.park@samsung.com, amit.daniel@samsung.com, a.kesavan@samsung.com, inki.dae@samsung.com, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] thermal: exynos: Clean-up code to use oneline entry for exynos compatible table Message-id: <20150216160754.18ee3ebb@amdc2363> In-reply-to: <1424096414-4327-4-git-send-email-cw00.choi@samsung.com> References: <1424096414-4327-1-git-send-email-cw00.choi@samsung.com> <1424096414-4327-4-git-send-email-cw00.choi@samsung.com> Organization: SPRC Poland X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupgkeLIzCtJLcpLzFFi42I5/e+xoO5F9kchBh2NChaP1yxmsmi4GmKx ccZ6VovrX56zWsy/co3VYtL9CSwW/Y9fM1ucbXrDbrHpMVDs8q45bBafe48wWsw4v4/J4snD PjYHXo+ds+6yeyze85LJY9OqTjaPzUvqPfq2rGL0+LxJLoAtissmJTUnsyy1SN8ugStj2q6L rAXtAhXn3rewNjC28HYxcnBICJhIHD1t3cXICWSKSVy4t56ti5GLQ0hgOqPE3VM/WSCcX4wS V9Z9ZAOpYhFQlTi25gIjiM0moCfx+e5TJhBbREBDYubfK4wgDcwCh5gkuheeYQLZICyQJdHy KhCkhheoftKeDnYQm1PAVeLQgjusILaQQL3EhUlHWUBsfgFJifZ/P5ghLrKTOPdpAztEr6DE j8n3wGqYBbQkNm9rYoWw5SU2r3nLPIFRcBaSsllIymYhKVvAyLyKUTS1ILmgOCk910ivODG3 uDQvXS85P3cTIzh+nknvYFzVYHGIUYCDUYmH94PKwxAh1sSy4srcQ4wSHMxKIrzL3gOFeFMS K6tSi/Lji0pzUosPMUpzsCiJ8yrZt4UICaQnlqRmp6YWpBbBZJk4OKUaGFf821feGLwx8u23 sr4fCxxzkp1WyAnKLefRa8iNPPkvaWLhlBe8vju3bAlay7Ds/1L9JVviPI8YHD5pPKvL8mtj x0r1HZO3iZyK3lT2fMumK6e0V+pNPilp9OSHwyTdz5Vldq613WL9W2Of7D7zR9rnuH61S9Xv nZ1te3ZuO3HpzybxY/nNUpuVWIozEg21mIuKEwEIO0DqmwIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2227 Lines: 78 Hi Chanwoo, > This patch cleanup the code to use oneline for entry of exynos > compatible table. > > Cc: Zhang Rui > Cc: Eduardo Valentin > Signed-off-by: Chanwoo Choi > --- > drivers/thermal/samsung/exynos_tmu.c | 38 > ++++++++++-------------------------- 1 file changed, 10 > insertions(+), 28 deletions(-) > > diff --git a/drivers/thermal/samsung/exynos_tmu.c > b/drivers/thermal/samsung/exynos_tmu.c index b199fff..7e6baf5 100644 > --- a/drivers/thermal/samsung/exynos_tmu.c > +++ b/drivers/thermal/samsung/exynos_tmu.c > @@ -919,34 +919,16 @@ static irqreturn_t exynos_tmu_irq(int irq, void > *id) } > > static const struct of_device_id exynos_tmu_match[] = { > - { > - .compatible = "samsung,exynos3250-tmu", > - }, > - { > - .compatible = "samsung,exynos4210-tmu", > - }, > - { > - .compatible = "samsung,exynos4412-tmu", > - }, > - { > - .compatible = "samsung,exynos5250-tmu", > - }, > - { > - .compatible = "samsung,exynos5260-tmu", > - }, > - { > - .compatible = "samsung,exynos5420-tmu", > - }, > - { > - .compatible = "samsung,exynos5420-tmu-ext-triminfo", > - }, > - { > - .compatible = "samsung,exynos5440-tmu", > - }, > - { > - .compatible = "samsung,exynos7-tmu", > - }, > - {}, > + { .compatible = "samsung,exynos3250-tmu", }, > + { .compatible = "samsung,exynos4210-tmu", }, > + { .compatible = "samsung,exynos4412-tmu", }, > + { .compatible = "samsung,exynos5250-tmu", }, > + { .compatible = "samsung,exynos5260-tmu", }, > + { .compatible = "samsung,exynos5420-tmu", }, > + { .compatible = "samsung,exynos5420-tmu-ext-triminfo", }, > + { .compatible = "samsung,exynos5440-tmu", }, > + { .compatible = "samsung,exynos7-tmu", }, > + { /* sentinel */ }, > }; > MODULE_DEVICE_TABLE(of, exynos_tmu_match); > Acked-by: Lukasz Majewski Thanks for clean up! -- Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/