usb: host: xhci: Remove some unnecessary return value initializations
authorLinyu Yuan <quic_linyyuan@quicinc.com>
Thu, 3 Mar 2022 11:09:03 +0000 (13:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Mar 2022 14:46:09 +0000 (15:46 +0100)
commit98d107b84614a1c6b0b8009feae49c5fb0ef4758
tree4f5423216e36b25f517b0dd12a061904d9ab8319
parentc2b0d55080a2c670fede6e82c7019f4329ab07fe
usb: host: xhci: Remove some unnecessary return value initializations

The ret/retval will be set when it used, no need to init at definition.

[modified subject line -Mathias]

Signed-off-by: Linyu Yuan <quic_linyyuan@quicinc.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20220303110903.1662404-10-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c