Re: [PATCH v2] firmware loader: introduce module parameter tocustomize fw search path

From: Ming Lei
Date: Fri Oct 26 2012 - 10:56:03 EST


On Fri, Oct 26, 2012 at 10:51 PM, Ming Lei <ming.lei@xxxxxxxxxxxxx> wrote:
> +
> + /* skip the unset customized path */
> + if (!fw_path[0])

There is one mistake above and should be below, sorry for the noise.

if (!fw_path[i][0])


Thanks,
--
Ming Lei
--
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/