commit | 21b56ec4e96f2bd8c584db41bd9a42c6cb71fdac | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Sun Jan 11 19:48:34 2009 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jan 12 16:37:00 2009 -0800 |
tree | 9f3c5434966bb4d4817215bc8a3617362812648f | |
parent | c774bda2fdc5412124a854a791d9f6f52936ff81 [diff] |
neo: Remove a bogus NULL check Julia Lawall found an un-needed check in the neo driver. Her patch moves the check to cover the code dereferencing it, however it cannot be NULL anyway so remove the NULL check instead. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>