diff for duplicates of <20120809175712.GA24215@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 469e43d..2b66e85 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,8 @@ On Fri, Aug 03, 2012 at 05:40:14PM +0200, Damien Cassou wrote: > @@ -51,7 +51,7 @@ static int mddi_dummy_probe(struct platform_device *pdev) > { > struct msm_mddi_client_data *client_data = pdev->dev.platform_data; -> struct panel_info *panel > - kzalloc(sizeof(struct panel_info), GFP_KERNEL); +> struct panel_info *panel = +> - kzalloc(sizeof(struct panel_info), GFP_KERNEL); > + devm_kzalloc(&pdev->dev, sizeof(struct panel_info), GFP_KERNEL); > int ret; > if (!panel) diff --git a/a/content_digest b/N1/content_digest index c921110..9f0aedd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01344008414-2894-6-git-send-email-damien.cassou@lifl.fr\0" "From\0David Brown <davidb@codeaurora.org>\0" "Subject\0Re: [PATCH 4/5] drivers/video/msm/mddi_client_dummy.c: use devm_ functions\0" - "Date\0Thu, 09 Aug 2012 17:57:12 +0000\0" + "Date\0Thu, 9 Aug 2012 10:57:12 -0700\0" "To\0Damien Cassou <damien.cassou@lifl.fr>\0" "Cc\0kernel-janitors@vger.kernel.org" Daniel Walker <dwalker@fifo99.com> @@ -32,7 +32,8 @@ "> @@ -51,7 +51,7 @@ static int mddi_dummy_probe(struct platform_device *pdev)\n" "> {\n" "> \tstruct msm_mddi_client_data *client_data = pdev->dev.platform_data;\n" - "> \tstruct panel_info *panel > -\t\tkzalloc(sizeof(struct panel_info), GFP_KERNEL);\n" + "> \tstruct panel_info *panel =\n" + "> -\t\tkzalloc(sizeof(struct panel_info), GFP_KERNEL);\n" "> +\t\tdevm_kzalloc(&pdev->dev, sizeof(struct panel_info), GFP_KERNEL);\n" "> \tint ret;\n" "> \tif (!panel)\n" @@ -62,4 +63,4 @@ "Sent by an employee of the Qualcomm Innovation Center, Inc.\n" The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -2dfebd71ca0a0d449f2e26e7f691ff6df7dc06120459bde2d917584ba4c60359 +2e83953580d3c154dfb39aadc8427b6c8383056ec2bd0f3f9aa5347f31fec27c
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.