Re: [PATCH 1/2] ELAN U132 Host Controller Driver: convert sw_lock to mutex
Oleg Verych <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Organization | Palacky University in Olomouc, experimental physics department |
| Message-ID | <[email protected]> |
On Fri, Sep 07, 2007 at 08:14:11AM +0200, Matthias Kaehlcke wrote: [] > > Subject: [PATCH 1/2] ELAN U132 Host Controller Driver: convert sw_lock to mutex > > [] > > > struct list_head u132_list; > > > - struct semaphore sw_lock; > > > + struct mutex sw_lock; > > > struct semaphore scheduler_lock; > > > > Subject: [PATCH 2/2] ELAN U132 Host Controller Driver: convert scheduler_lock t > > [] > > > struct list_head u132_list; > > > struct semaphore sw_lock; > > >- struct semaphore scheduler_lock; > > >+ struct mutex scheduler_lock; > > > > Are you sure, you have right patch sequence? > > my idea was to sent two independent patches, would it be better to > have one patch based on the other? They must be consecutive *and* not contradicting. This patches are mutually exclusive, because each includes unmodified context of other. But who knows, maybe magic can apply both without problems :) ____ ------------------------------------------------------------------------- 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