File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,6 @@ static void metrousb_read_int_callback(struct urb *urb)
161
161
__func__ , result );
162
162
}
163
163
164
- static void metrousb_write_int_callback (struct urb * urb )
165
- {
166
- struct usb_serial_port * port = urb -> context ;
167
-
168
- dev_warn (& port -> dev , "%s not implemented yet.\n" ,
169
- __func__ );
170
- }
171
-
172
164
static void metrousb_cleanup (struct usb_serial_port * port )
173
165
{
174
166
dev_dbg (& port -> dev , "%s\n" , __func__ );
@@ -377,7 +369,6 @@ static struct usb_serial_driver metrousb_device = {
377
369
.open = metrousb_open ,
378
370
.close = metrousb_cleanup ,
379
371
.read_int_callback = metrousb_read_int_callback ,
380
- .write_int_callback = metrousb_write_int_callback ,
381
372
.port_probe = metrousb_port_probe ,
382
373
.port_remove = metrousb_port_remove ,
383
374
.throttle = metrousb_throttle ,
You can’t perform that action at this time.
0 commit comments