]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
authorJérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Wed, 4 Jan 2017 00:13:52 +0000 (18:13 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Jan 2017 18:18:05 +0000 (19:18 +0100)
commit3e4b5aaeee70ac277df78659d2234bcd86be1ec7
tree5d6e1dc0a65c0590f03df04aa479a8d70c88c6fb
parent53f91852a53aae49c637c005d796fd301f4bb78c
usb: musb: blackfin: add bfin_fifo_offset in bfin_ops

The function bfin_fifo_offset is defined but not used:

drivers/usb/musb/blackfin.c:36:12: warning: ‘bfin_fifo_offset’ defined
but not used [-Wunused-function]
 static u32 bfin_fifo_offset(u8 epnum)
             ^~~~~~~~~~~~~~~~

Adding bfin_fifo_offset to bfin_ops fixes this warning and allows musb
core to call this function instead of default_fifo_offset.

Fixes: 1277c2f97777 ("usb: musb: Populate new IO functions for blackfin")
Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/blackfin.c