]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
usb: dwc3: ep0: remove redundant assignment
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Mar 2018 14:47:40 +0000 (15:47 +0100)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 19 Mar 2018 08:52:12 +0000 (10:52 +0200)
commit7642d8386ac71af0666c425264c4d7380269f62c
tree7cc97c799878d6302ef6de3ed8c61c6b6a1cc9d3
parent07b8dc5523d2af82064a31a919ace75c67308cff
usb: dwc3: ep0: remove redundant assignment

In

dwc3_request *r = NULL;
r = A;

the first assignment has no effect. Remove it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/ep0.c