[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <537A0170.3050307@ti.com>
Date: Mon, 19 May 2014 16:04:48 +0300
From: Tomi Valkeinen <tomi.valkeinen@...com>
To: Julia Lawall <Julia.Lawall@...6.fr>,
Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>
CC: <kernel-janitors@...r.kernel.org>, <linux-fbdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] video: delete unneeded call to platform_get_drvdata
On 17/05/14 09:32, Julia Lawall wrote:
> From: Julia Lawall <Julia.Lawall@...6.fr>
>
> Platform_get_drvdata is an accessor function, and has no purpose if its
> result is not used.
>
> The semantic patch that fixes this problem is as follows:
> (http://coccinelle.lip6.fr/)
>
> // <smpl>
> @@
> identifier x;
> type T;
> @@
> - T x = platform_get_drvdata(...);
> ... when != x
> // </smpl>
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...6.fr>
>
> ---
> drivers/video/fbdev/bf54x-lq043fb.c | 2 --
> 1 file changed, 2 deletions(-)
Thanks, queued for 3.16.
Tomi
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists