Hello. Bill Pemberton wrote:
Signed-off-by: Bill Pemberton <wfp5p@xxxxxxxxxxxx> --- drivers/usb/host/u132-hcd.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c index 228f2b0..003f407 100644 --- a/drivers/usb/host/u132-hcd.c +++ b/drivers/usb/host/u132-hcd.c
[...]
@@ -3120,7 +3120,7 @@ static int __devinit u132_probe(struct platform_device *pdev) ftdi_elan_gone_away(pdev); return -ENOMEM; } else { - int retval = 0; + retval = 0;
Doesn't this cause a warning about intermixing declarations with code? Move the assignement one line down.
struct u132 *u132 = hcd_to_u132(hcd); hcd->rsrc_start = 0; mutex_lock(&u132_module_lock);
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html