lkml.org 
[lkml]   [2015]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] coresight: fix return value judgement in of_coresight.c
From
On 7 January 2015 at 02:31, Kaixu Xia <xiakaixu@huawei.com> wrote:
> The right return value is rdev, so we should judge it.
>
> Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
> ---
> drivers/coresight/of_coresight.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/coresight/of_coresight.c b/drivers/coresight/of_coresight.c
> index 5030c07..5b5f188 100644
> --- a/drivers/coresight/of_coresight.c
> +++ b/drivers/coresight/of_coresight.c
> @@ -174,7 +174,7 @@ struct coresight_platform_data *of_get_coresight_platform_data(
> continue;
>
> rdev = of_coresight_get_endpoint_device(rparent);
> - if (!dev)
> + if (!rdev)
> continue;
>
> pdata->child_names[i] = dev_name(rdev);
> --
> 1.8.5.5
>

Applied with re-factoring of the commit subject line and log message. Thanks.


\
 
 \ /
  Last update: 2015-01-07 17:01    [W:0.035 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site