Re: [PATCH 1/2] usb_gigaset: suspend support [v2]
Tilman Schmidt <[email protected]>
| Newsgroups | gmane.linux.usb.devel,gmane.linux.kernel,gmane.linux.isdn.i4l.devel |
|---|---|
| Organization | me - organized?? |
| Message-ID | <[email protected]> |
Am 30.10.2007 22:01 schrieb Andrew Morton: > On Mon, 29 Oct 2007 22:41:30 +0100 (CET) > Tilman Schmidt <[email protected]> wrote: > >> From: Tilman Schmidt <[email protected]> >> >> Add basic suspend/resume support to the usb_gigaset driver. >> (Corrected version.) >> > > You're not a big fan of checkpatch, I see. Sorry. I promise to mend my ways. >> +static int gigaset_suspend(struct usb_interface *intf, pm_message_t message) >> +{ >> + struct cardstate *cs; >> + struct usb_cardstate *ucs; >> + >> + if ((cs = usb_get_intfdata(intf)) == NULL || >> + (ucs = cs->hw.usb) == NULL) { >> + err("%s: no cardstate", __func__); >> + return -EFAULT; >> + } > > Is the above reeeeeely needed? I bet it never happens. I'm a great believer in defensive programming. :-) Anyway, to be sure these checks aren't needed, I would need the assurance that the suspend and resume methods are serialized with the probe and disconnect methods. Are they? Thanks, Tilman -- Tilman Schmidt E-Mail: [email protected] Bonn, Germany Diese Nachricht besteht zu 100% aus wiederverwerteten Bits. Ungeöffnet mindestens haltbar bis: (siehe Rückseite) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
signature.asc
(application/pgp-signature, 253 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3rc1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHKhjnMdB4Whm86/kRAteYAJ0fO9MAIm0RVN6pEr89epJCd0/5WgCePm2h PZc/r29ua0pHr463lhh4a2I= =CcwU -----END PGP SIGNATURE-----