[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACVXFVNgF8TPmpL4M8MetH8-Mx5m5acfEBc8px3W4-t=e7-hyA@mail.gmail.com>
Date: Fri, 26 Oct 2012 22:56:11 +0800
From: Ming Lei <ming.lei@...onical.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, Ming Lei <ming.lei@...onical.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH v2] firmware loader: introduce module parameter to
customize fw search path
On Fri, Oct 26, 2012 at 10:51 PM, Ming Lei <ming.lei@...onical.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists