[U-Boot] [PATCH v2 2/9] dm: cpu: Test against cpu_ops->get_info in cpu_get_info()

Simon Glass sjg at chromium.org
Fri Jun 12 21:10:34 CEST 2015


Hi Bin,

On 12 June 2015 at 00:52, Bin Meng <bmeng.cn at gmail.com> wrote:
> In cpu_get_info() it wrongly tests against cpu_ops->get_desc to see
> if it is NULL. It should test against cpu_ops->get_info.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
>  drivers/cpu/cpu-uclass.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I have the same commit locally - I thought I sent it but obviously not.

Acked-by: Simon Glass <sjg at chromium.org>

Regards,
Simon


More information about the U-Boot mailing list