Re: [PATCH 5/5] drivers/video/msm/mddi_client_nt35399.c: use devm_ functions
From: Dan Carpenter <hidden>
Date: 2012-08-06 09:06:18
Also in:
linux-arm-msm, linux-fbdev, lkml
From: Dan Carpenter <hidden>
Date: 2012-08-06 09:06:18
Also in:
linux-arm-msm, linux-fbdev, lkml
On Fri, Aug 03, 2012 at 05:40:13PM +0200, Damien Cassou wrote:
@@ -233,7 +234,6 @@ static int mddi_nt35399_remove(struct platform_device *pdev) struct panel_info *panel = platform_get_drvdata(pdev); setup_vsync(panel, 0); - kfree(panel); return 0; } --To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
It's weird. This patch doesn't apply for me unless I add a blank line between the "}" and the "--". I'm not sure if that line is getting removed by your email client or by the kernel janitors email list. regards, dan carpenter