Re: [PATCH] musb: sunxi: Remove bogus "Frees glue" comment

2016-06-09 Thread Bin Liu
Hi, On Sat, Jun 04, 2016 at 05:23:04PM +0200, Hans de Goede wrote: > The comment is wrong, glue is devm_kzalloc-ed mem attached to the > "allwinner,sun4i-a10-musb" compatible platform-dev. Where as > glue->musb_pdev is a newly created "musb-hdrc" platform-dev. > > Signed-off-by: Hans de Goede S

[PATCH] musb: sunxi: Remove bogus "Frees glue" comment

2016-06-04 Thread Hans de Goede
The comment is wrong, glue is devm_kzalloc-ed mem attached to the "allwinner,sun4i-a10-musb" compatible platform-dev. Where as glue->musb_pdev is a newly created "musb-hdrc" platform-dev. Signed-off-by: Hans de Goede --- drivers/usb/musb/sunxi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion