commit | 73f12e8d3d94828b9efe2b8b8a34b4ad6d14ee47 | [log] [tgz] |
---|---|---|
author | Pavan Savoy <pavan_savoy@ti.com> | Tue Oct 12 16:27:38 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Oct 14 12:41:10 2010 -0700 |
tree | 42b4dad70d74feccd5c6c802eef6837606096ffe | |
parent | da6830ac3969c9480e05ed2b21eee64e21a101d2 [diff] |
drivers: misc: ti-st: fix review comments Based on comments from Jiri Slaby, drop the register storage specifier, remove the unused code, cleanup the const to non-const type casting. Also make the line discipline ops structure static, since its a singleton, unmodified structure which need not be in heap. Reported-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>