mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
usb: zynqmp: Fix build warnings
The driver does "return 0" in function with void type. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Michal Simek <monstr@monstr.eu> Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
This commit is contained in:
parent
7310ac4961
commit
04f378798d
1 changed files with 1 additions and 1 deletions
|
|
@ -139,5 +139,5 @@ void xhci_hcd_stop(int index)
|
|||
* sw. But this support may be added in future socs.
|
||||
*/
|
||||
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue