Re: [PATCH v2] twl4030: Fix boot with twl4030 usb transceiver enabled

From: Roger Quadros
Date: Thu Oct 01 2009 - 04:42:25 EST


Artem Bityutskiy wrote:
On Thu, 2009-10-01 at 11:25 +0300, Roger Quadros wrote:
if (twl_has_bci() && pdata->bci && !(features & TPS_SUBSET)) {
child = add_child(3, "twl4030_bci",
@@ -532,16 +531,61 @@ add_children(struct twl4030_platform_data *pdata, unsigned long features)
}
if (twl_has_usb() && pdata->usb) {
+
Why is this extra line?

+ static struct regulator_consumer_supply usb1v5 = {
+ .supply = "usb1v5",
+ };


oops, my bad. and checkpatch didn't point it out ;)
--
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/