diff options
author | Jérémy Lefaure <jeremy.lefaure@lse.epita.fr> | 2017-01-03 18:13:52 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-12 11:22:47 +0100 |
commit | d576c36a3e1f92d1f81f214890510881fb03194c (patch) | |
tree | cc81cb7dadea7b304c7289a2c51dec7b37147918 /sound | |
parent | e675483ee2f147500f490475071e29adea7956a7 (diff) | |
download | linux-stable-d576c36a3e1f92d1f81f214890510881fb03194c.tar.gz linux-stable-d576c36a3e1f92d1f81f214890510881fb03194c.tar.bz2 linux-stable-d576c36a3e1f92d1f81f214890510881fb03194c.zip |
usb: musb: blackfin: add bfin_fifo_offset in bfin_ops
commit 5563bb5743cb09bde0d0f4660a5e5b19c26903bf upstream.
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: cc92f6818f6e ("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>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions