[PATCH] musb: Fix bad call to kfree() in musb_free

2012-08-04 Thread Brian Downing
ch appears to be the right thing to do here. Signed-off-by: Brian Downing --- Note that this patch is not sufficient to make musb device removal work, though it helps. The way that resources are passed between the glue and core drivers does not seem to be okay; since they both a

[PATCH v2] musb: Fix bad call to kfree() in musb_free

2012-08-04 Thread Brian Downing
ch appears to be the right thing to do here. Signed-off-by: Brian Downing --- With wording change requested by Sergei. Thanks! drivers/usb/musb/musb_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c ind