lkml.org 
[lkml]   [2014]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] ARC: [mm] Fix compilation breakage
Date
On Wednesday 03 September 2014 05:11 PM, Noam Camus wrote:
> From: Noam Camus <noamc@ezchip.com>
>
> Structure name and variable name were erroneously interchanged
> Signed-off-by: Noam Camus <noamc@ezchip.com>

Acked-by: Vineet Gupta <vgupta@synopsys.com>

Linux, this was a brown paper bag on my part, please apply it to current 3.17-rc

Thx,
-Vineet

> ---
> arch/arc/mm/cache_arc700.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arc/mm/cache_arc700.c b/arch/arc/mm/cache_arc700.c
> index 4670afc..22df2d1 100644
> --- a/arch/arc/mm/cache_arc700.c
> +++ b/arch/arc/mm/cache_arc700.c
> @@ -427,7 +427,7 @@ struct ic_inv_args {
>
> static void __ic_line_inv_vaddr_helper(void *info)
> {
> - struct ic_inv *ic_inv_args = (struct ic_inv_args *) info;
> + struct ic_inv_args *ic_inv = (struct ic_inv_args *) info;
>
> __ic_line_inv_vaddr_local(ic_inv->paddr, ic_inv->vaddr, ic_inv->sz);
> }



\
 
 \ /
  Last update: 2014-09-03 14:21    [W:3.150 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site