usb: musb: sunxi: Remove bogus "Frees glue" comment
authorHans de Goede <hdegoede@redhat.com>
Tue, 14 Jun 2016 20:13:06 +0000 (15:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jun 2016 20:36:23 +0000 (13:36 -0700)
commit1c4bf5ac6a16d9321b51e91acef481b090e5486b
treef7389ffe173a22975e625af9c9f54bbdd89b4a12
parent969a132723434f3723cc0606373785d19c1d2f05
usb: musb: sunxi: Remove bogus "Frees glue" comment

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 <hdegoede@redhat.com>
[b-liu@ti.com: revise subject prefix]
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/sunxi.c