Skip to content
Commit 158ec071 authored by Nicholas Krause's avatar Nicholas Krause Committed by Peter Chen
Browse files

usb:chipidea:Make the function hw_alloc_repmap have a return type of void



This makes the function hw_alloc_repmap be declared to have a return
type of void now due to this particular function never returning
a error code to its caller due to this function always running
successfully to completion nor it's caller putting the return
value into a variable in order to check if a error code is passed
from the function hw_alloc_repmap when calling this function.

Signed-off-by: default avatarNicholas Krause <xerofoify@gmail.com>
parent 1311d6e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment