On Thu, Jan 13, 2011 at 02:22:06PM +0530, Anand Gadiyar wrote: > Tony Lindgren wrote: > > /* Power on the ULPI PHY */ > > - if (gpio_is_valid(OMAP4SDP_MDM_PWR_EN_GPIO)) { > > - /* FIXME: Assumes pad is already muxed for GPIO mode */ > > - gpio_request(OMAP4SDP_MDM_PWR_EN_GPIO, "USBB1 PHY > VMDM_3V3"); > > + status = gpio_request(OMAP4SDP_MDM_PWR_EN_GPIO, "USBB1 PHY > VMDM_3V3"); > > + if (status) > > + pr_err("%s: Could not get USBB1 PHY GPIO\n"); > > Tony, > > This throws up a build warning as there's no parameter corresponding to > the %s. Showed up in linux-next as of today. It's pretty obvious that the above is wrong, and the compiler would have caught it with a warning when building it. Was the above patch not build-tested before it was committed? Given the very sorry state of OMAP in mainline at present, I'm surprised that this kind of stuff is still going on... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html