Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7c76277 authored by Lee Jones's avatar Lee Jones
Browse files

mfd: omap-usb-host: Return value is not 'const int'



Change from 'const int' to just 'int'.

Cc: <robh+dt@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 364c517e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ static const char * const port_modes[] = {
 * provided port mode string as per the port_modes table.
 * If no match is found it returns -ENODEV
 */
static const int omap_usbhs_get_dt_port_mode(const char *mode)
static int omap_usbhs_get_dt_port_mode(const char *mode)
{
	int i;