commit | 4aaf504670e38da9cb929988cdce05648fa635a7 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Tue Jun 22 11:25:03 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jun 23 09:44:51 2010 -0700 |
tree | e140a5fc1c3031edcc9ae9f5ca82273ae3ba1e5a | |
parent | fb76dd10b91146e9cefbb3cd4e6812c5a95ee43b [diff] |
Input: tps6507x-ts - remove unneeded NULL test Stanse found that tsc is dereferenced earlier than checked for being NULL in tps6507x_ts_remove. Remove the test because there is no way for tsc to be NULL there. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>