Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: remove unused variable

The buf variable is unused. Remove it.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Bartosz Golaszewski and committed by
Richard Weinberger
4b6b4c90 689a5860

-1
-1
arch/um/kernel/skas/uaccess.c
··· 59 59 static int do_op_one_page(unsigned long addr, int len, int is_write, 60 60 int (*op)(unsigned long addr, int len, void *arg), void *arg) 61 61 { 62 - jmp_buf buf; 63 62 struct page *page; 64 63 pte_t *pte; 65 64 int n;