diff options
author | Dan Williams <dcbw@redhat.com> | 2009-03-15 23:35:14 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-03-15 23:35:14 -0400 |
commit | a06e510fb08293c0e2b4bdd42e42f85f0107f387 (patch) | |
tree | 80e90b5cbceb436121f34b35b200955803a7e2cc /modem-modeswitch | |
parent | 31ec1053920eeeb8e9f290ad8780259b1b59e651 (diff) |
modem-modeswitch: fix build warning
Diffstat (limited to 'modem-modeswitch')
-rw-r--r-- | modem-modeswitch/ma8280p_us.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modem-modeswitch/ma8280p_us.c b/modem-modeswitch/ma8280p_us.c index dd587e1..13d1116 100644 --- a/modem-modeswitch/ma8280p_us.c +++ b/modem-modeswitch/ma8280p_us.c @@ -448,7 +448,6 @@ int ma8280p_switch (struct usb_dev_handle *devh, struct usb_device *dev) usleep(3*1000); ret = usb_interrupt_read(devh, 0x00000081, buf, 0x0000008, 1000); -out: if (buf) free (buf); return 0; |