Skip to content
Commit 32233716 authored by Giuseppe GORGOGLIONE's avatar Giuseppe GORGOGLIONE Committed by Greg Kroah-Hartman
Browse files

USB: musb: fix init oops crash with static FIFO config



Correct musb_read_fifosize() and musb_configure_ep0() functions
for the #ifndef BLACKFIN branch when the silicon uses static FIFO
configuration.  (Most current silicon configures this controller
to use dynamic FIFO configuration; some parts from ST don't, like
the STM STA2062.)

Signed-off-by: default avatarGiuseppe GORGOGLIONE <giuseppe.gorgoglione@st.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1e0320f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment