commit | 188e664502dc47f83775a556e6db52cd8cc0b5fc | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@gmail.com> | Sat Dec 10 02:12:30 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 09 19:26:09 2011 -0800 |
tree | 146739a24800d2e99ba018274bcf7aea508e1da9 | |
parent | 153e38761d27f29edf436f11da3dbfb4fb8edcc1 [diff] |
staging: line6: eliminate useless NULL checks The line6 driver checks struct field addresses for NULL where it does not make sense to do so. The struct has already been checked for NULL and there is no value in checking the first field's address too. Suggested-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Markus Grabner <grabner@icg.tugraz.at> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>