On Thu, Apr 24, 2014 at 1:38 AM, Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote: > On 18 April 2014 20:58, Tim Kryger <tim.kryger@xxxxxxxxxx> wrote: >> void mmc_power_up(struct mmc_host *host, u32 ocr) >> { >> + int err; >> + > > The variable err is not needed, since we don't plan on printing it nor > returning it. Please remove and handle the return code directly in the > if statements. Sure. I'll send out an updated version shortly. Thanks, Tim -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html