On Thu, Apr 24, 2014 at 1:38 AM, Ulf Hansson <[email protected]> wrote:
> On 18 April 2014 20:58, Tim Kryger <[email protected]> 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-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/