]> git.baikalelectronics.ru Git - kernel.git/commit
usb:chipidea:Make the function hw_alloc_repmap have a return type of void
authorNicholas Krause <xerofoify@gmail.com>
Sat, 27 Jun 2015 04:34:48 +0000 (00:34 -0400)
committerPeter Chen <peter.chen@freescale.com>
Fri, 14 Aug 2015 01:13:12 +0000 (09:13 +0800)
commit26e9920f838f019450563c0254d060f1e78becda
tree8e9e39dab0b8fab49ca66966c780e4c026d713e0
parent798a69bfea4b4b5262931a9944b7c504d31b406d
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: Nicholas Krause <xerofoify@gmail.com>
drivers/usb/chipidea/core.c