Re: [PATCH] [POWERPC] [v2] Xilinx: hwicap: cleanup

2008-02-27 Thread Grant Likely
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. >

[PATCH] [POWERPC] [v2] Xilinx: hwicap: cleanup

2008-02-24 Thread Stephen Neuendorffer
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