On Sun, Feb 24, 2008 at 4:34 PM, Stephen Neuendorffer
<[EMAIL PROTECTED]> wrote:
> Fix some missing __user tags and incorrect section tags.
> Convert semaphores to mutexes.
> Make probed_devices re-entrancy and error condition safe.
> Fix some backwards memcpys.
> Some other minor cleanups.
>
Fix some missing __user tags and incorrect section tags.
Convert semaphores to mutexes.
Make probed_devices re-entrancy and error condition safe.
Fix some backwards memcpys.
Some other minor cleanups.
Use kerneldoc format.
[v2]
__user char => char __user
removed unused hwicap_command_capture
Fixed