diff options
Diffstat (limited to 'drivers/uwb')
-rw-r--r-- | drivers/uwb/i1480/dfu/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/i1480/dfu/usb.c b/drivers/uwb/i1480/dfu/usb.c index c8f684833d58..2bfc846ac071 100644 --- a/drivers/uwb/i1480/dfu/usb.c +++ b/drivers/uwb/i1480/dfu/usb.c | |||
@@ -104,7 +104,7 @@ void i1480_usb_destroy(struct i1480_usb *i1480_usb) | |||
104 | * | 104 | * |
105 | * Data buffers to USB cannot be on the stack or in vmalloc'ed areas, | 105 | * Data buffers to USB cannot be on the stack or in vmalloc'ed areas, |
106 | * so we copy it to the local i1480 buffer before proceeding. In any | 106 | * so we copy it to the local i1480 buffer before proceeding. In any |
107 | * case, we have a max size we can send, soooo. | 107 | * case, we have a max size we can send. |
108 | */ | 108 | */ |
109 | static | 109 | static |
110 | int i1480_usb_write(struct i1480 *i1480, u32 memory_address, | 110 | int i1480_usb_write(struct i1480 *i1480, u32 memory_address, |