diff mbox series

[U-Boot] doc: Fix outdated ohci board hook documentation

Message ID 1554190332-29346-1-git-send-email-krzk@kernel.org
State Accepted
Commit 2a766db11a7e3129db0c893a43661ed7ee944c55
Delegated to: Marek Vasut
Headers show
Series [U-Boot] doc: Fix outdated ohci board hook documentation | expand

Commit Message

Krzysztof Kozlowski April 2, 2019, 7:32 a.m. UTC
The ohci driver calls board_usb_init(), not usb_board_init().

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 doc/README.generic_usb_ohci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut April 2, 2019, 10:52 a.m. UTC | #1
On 4/2/19 9:32 AM, Krzysztof Kozlowski wrote:
> The ohci driver calls board_usb_init(), not usb_board_init().
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  doc/README.generic_usb_ohci | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/README.generic_usb_ohci b/doc/README.generic_usb_ohci
> index 61300c35758a..65b0896c7fd2 100644
> --- a/doc/README.generic_usb_ohci
> +++ b/doc/README.generic_usb_ohci
> @@ -13,7 +13,7 @@ Configuration options
>  
>  	CONFIG_SYS_USB_OHCI_BOARD_INIT: call the board dependant hooks:
>  
> -		  - extern int usb_board_init(void);
> +		  - extern int board_usb_init(void);
>  		  - extern int usb_board_stop(void);
>  		  - extern int usb_cpu_init_fail(void);
>  
> 
Applied to usb/master, thanks.
diff mbox series

Patch

diff --git a/doc/README.generic_usb_ohci b/doc/README.generic_usb_ohci
index 61300c35758a..65b0896c7fd2 100644
--- a/doc/README.generic_usb_ohci
+++ b/doc/README.generic_usb_ohci
@@ -13,7 +13,7 @@  Configuration options
 
 	CONFIG_SYS_USB_OHCI_BOARD_INIT: call the board dependant hooks:
 
-		  - extern int usb_board_init(void);
+		  - extern int board_usb_init(void);
 		  - extern int usb_board_stop(void);
 		  - extern int usb_cpu_init_fail(void);