From: Alex Dewar <alex.dewar90@gmail.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: "Andrzej Hajda" <a.hajda@samsung.com>,
"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
"Jonas Karlman" <jonas@kwiboo.se>,
"Jernej Skrabec" <jernej.skrabec@siol.net>,
"David Airlie" <airlied@linux.ie>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Philippe Cornu" <philippe.cornu@st.com>,
"Yannick Fertré" <yannick.fertre@st.com>,
"Antonio Borneo" <antonio.borneo@st.com>,
"Heiko Stuebner" <heiko.stuebner@theobroma-systems.com>,
"Angelo Ribeiro" <Angelo.Ribeiro@synopsys.com>,
"Markus Elfring" <elfring@users.sourceforge.net>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/bridge: dw-mipi-dsi: Use kmemdup cf. kmalloc+memcpy
Date: Sat, 19 Sep 2020 20:31:51 +0100 [thread overview]
Message-ID: <89c599d2-6766-df68-5359-7672679b3d89@gmail.com> (raw)
In-Reply-To: <c14d055d-1f6e-8c46-3a6e-7794ec69e6fe@baylibre.com>
On 2020-09-11 13:57, Neil Armstrong wrote:
> On 09/09/2020 21:02, Alex Dewar wrote:
>> kmemdup can be used instead of kmalloc+memcpy. Replace an occurrence of
>> this pattern.
Friendly ping?
>>
>> Issue identified with Coccinelle.
>>
>> Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
>> ---
>> drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 4 +---
>> 1 file changed, 1 insertion(+), 3 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
>> index 52f5c5a2ed64..7e9a62ad56e8 100644
>> --- a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
>> +++ b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
>> @@ -1049,12 +1049,10 @@ static void debugfs_create_files(void *data)
>> };
>> int i;
>>
>> - dsi->debugfs_vpg = kmalloc(sizeof(debugfs), GFP_KERNEL);
>> + dsi->debugfs_vpg = kmemdup(debugfs, sizeof(debugfs), GFP_KERNEL);
>> if (!dsi->debugfs_vpg)
>> return;
>>
>> - memcpy(dsi->debugfs_vpg, debugfs, sizeof(debugfs));
>> -
>> for (i = 0; i < ARRAY_SIZE(debugfs); i++)
>> debugfs_create_file(dsi->debugfs_vpg[i].name, 0644,
>> dsi->debugfs, &dsi->debugfs_vpg[i],
>>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
>
> Thanks,
> Neil
next prev parent reply other threads:[~2020-09-19 19:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-09 19:02 Alex Dewar
2020-09-11 12:57 ` Neil Armstrong
2020-09-19 19:31 ` Alex Dewar [this message]
2020-09-20 8:24 ` Daniel Vetter
2020-09-21 9:55 ` Neil Armstrong
2020-09-21 9:58 ` Neil Armstrong
2020-09-21 10:13 ` Alex Dewar
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=89c599d2-6766-df68-5359-7672679b3d89@gmail.com \
--to=alex.dewar90@gmail.com \
--cc=Angelo.Ribeiro@synopsys.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=a.hajda@samsung.com \
--cc=airlied@linux.ie \
--cc=antonio.borneo@st.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=elfring@users.sourceforge.net \
--cc=heiko.stuebner@theobroma-systems.com \
--cc=jernej.skrabec@siol.net \
--cc=jonas@kwiboo.se \
--cc=linux-kernel@vger.kernel.org \
--cc=narmstrong@baylibre.com \
--cc=philippe.cornu@st.com \
--cc=yannick.fertre@st.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®