Re: [PATCH] powerpc: Xilinx: PS2: driver updates based on review

2008-07-10 Thread Peter Korsgaard
> "John" == John Linn <[EMAIL PROTECTED]> writes: > Review comments were incorporated to improve the driver. > 1. Some data was eliminated that was not needed. > 2. Renaming of variables for clarity. > 3. Removed unneeded type casting. > 4. Changed to use dev_err rather than other I/O. >

[PATCH] powerpc: Xilinx: PS2: driver updates based on review

2008-07-10 Thread John Linn
Review comments were incorporated to improve the driver. 1. Some data was eliminated that was not needed. 2. Renaming of variables for clarity. 3. Removed unneeded type casting. 4. Changed to use dev_err rather than other I/O. 5. Merged together some functions. 6. Added kerneldoc format to functio