Skip to content

Commit

Permalink
ARC: fix unused var wanring
Browse files Browse the repository at this point in the history
Fixes: 9bf39ab ("vfs: add file_path() helper")
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Jul 6, 2015
1 parent f718c2e commit bccea41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arc/kernel/troubleshoot.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ static void show_callee_regs(struct callee_regs *cregs)

static void print_task_path_n_nm(struct task_struct *tsk, char *buf)
{
struct path path;
char *path_nm = NULL;
struct mm_struct *mm;
struct file *exe_file;
Expand Down

0 comments on commit bccea41

Please sign in to comment.