um: Don't hardcode path as it is architecture dependent
authorRitesh Raj Sarraf <rrs@debian.org>
Thu, 20 Sep 2018 06:26:38 +0000 (11:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2019 17:41:28 +0000 (19:41 +0200)
commitdb1b4aa651df06e90efc2424d3a83bcf02fe93a5
tree6711d0f37317fce787c5694429ab6d8431a25f3c
parent85f347944a6b5235a202aee717a765e5d60dbb24
um: Don't hardcode path as it is architecture dependent

commit 9ca19a3a3e2482916c475b90f3d7fa2a03d8e5ed upstream.

The current code fails to run on amd64 because of hardcoded reference to
i386

Signed-off-by: Ritesh Raj Sarraf <rrs@researchut.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/um/drivers/port_user.c