usb: xhci: avoid type conversion of void *
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Sep 2020 20:03:01 +0000 (22:03 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 19 Oct 2020 22:48:58 +0000 (00:48 +0200)
commit3fade88686e71c9acee4cbeb3ae9706bbc845608
tree777205756327948f2f012077edf5627eee7614d6
parent7ec87e4192215815b658c3f8b34e4be010103149
usb: xhci: avoid type conversion of void *

void * can be assigned to any pointer variable. Avoid unnecessary
conversions.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/usb/host/xhci-mem.c