On Fri, Oct 26, 2012 at 10:51 PM, Ming Lei 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 fr
This patch introduces one module parameter of 'path' in firmware_class
to support customizing firmware image search path, so that people can
use its own firmware path if the default built-in paths can't meet their
demand[1], and the typical usage is passing the below from kernel command
parameter w
2 matches
Mail list logo