mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
usb: dwc3: fix sparse errors
sparse caught three mistakes on this driver, fix them: drivers/usb/dwc3/ep0.c:806:29: warning: duplicate const drivers/usb/dwc3/debugfs.c:481:15: warning: symbol 'dwc3_debugfs_init' \ was not declared. Should it be static? drivers/usb/dwc3/debugfs.c:518:16: warning: symbol 'dwc3_debugfs_exit' \ was not declared. Should it be static? Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
25b8ff68bf
commit
8becf27044
@ -49,6 +49,7 @@
|
|||||||
#include "core.h"
|
#include "core.h"
|
||||||
#include "gadget.h"
|
#include "gadget.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
|
#include "debug.h"
|
||||||
|
|
||||||
struct dwc3_register {
|
struct dwc3_register {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
@ -803,7 +803,7 @@ static void dwc3_ep0_xfernotready(struct dwc3 *dwc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void dwc3_ep0_interrupt(struct dwc3 *dwc,
|
void dwc3_ep0_interrupt(struct dwc3 *dwc,
|
||||||
const const struct dwc3_event_depevt *event)
|
const struct dwc3_event_depevt *event)
|
||||||
{
|
{
|
||||||
u8 epnum = event->endpoint_number;
|
u8 epnum = event->endpoint_number;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user