[PATCH] Power: fix brace coding style issue in pda_power.c This is a patch to the pda_power.c file that fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Niels Egberts <niels.egberts@gmail.com>

From: Niels Egberts
Date: Sat Mar 06 2010 - 18:53:15 EST


---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/