staging: octeon-usb: octeon_usb_probe: delete unused variable
"flags" is not used, delete it. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a3d3390d1e
commit
9a02e8d211
@ -3581,7 +3581,6 @@ static int octeon_usb_probe(struct platform_device *pdev)
|
||||
struct device *dev = &pdev->dev;
|
||||
struct octeon_hcd *priv;
|
||||
struct usb_hcd *hcd;
|
||||
unsigned long flags;
|
||||
u32 clock_rate = 48000000;
|
||||
bool is_crystal_clock = false;
|
||||
const char *clock_type;
|
||||
|
Loading…
Reference in New Issue
Block a user