Prev: [git patches] parisc fixes for v2.6.34
Next: [PATCH 1/2] Staging: Fix two warnings that lines run over eighty characters.
From: Niels Egberts on 6 Mar 2010 19:00 --- drivers/power/pda_power.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/pda_power.c b/drivers/power/pda_power.c index a232de6..9d7f091 100644 --- a/drivers/power/pda_power.c +++ b/drivers/power/pda_power.c @@ -305,9 +305,9 @@ static int pda_power_probe(struct platform_device *pdev) #ifdef CONFIG_USB_OTG_UTILS transceiver = otg_get_transceiver(); - if (transceiver && !pdata->is_usb_online) { + if (transceiver && !pdata->is_usb_online) pdata->is_usb_online = otg_is_usb_online; - } + #endif if (pdata->is_usb_online) { -- 1.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |