~ubuntu-branches/ubuntu/raring/modemmanager/raring-proposed

« back to all changes in this revision

Viewing changes to src/mm-generic-cdma.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-04-01 11:07:37 UTC
  • Revision ID: package-import@ubuntu.com-20130401110737-jgocffolptk8uaks
Tags: 0.6.0.0.really-0ubuntu4
* debian/patches/git_cdma_double_free_05a4226.patch: cdma: avoid double free
  of GError (LP: #1083659)
* debian/patches/git_ignore_arduino_aa84ce9.patch: properly ignore more
  arduino devices. (LP: #1153632)
* debian/patches/git_ignore_west_mountain_radios_e608b17.patch: ignore West
  Mountain amateur radio systems. (LP: #1154654)
* debian/patches/lp700316_usb_blacklist.patch: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2176
2176
    /* Fail immediately on anything but "no service" */
2177
2177
    if (error && !no_service_error) {
2178
2178
        simple_state_machine (MM_MODEM (modem), error, info);
2179
 
        g_error_free (error);
2180
2179
        return;
2181
2180
    }
2182
2181