staging: line6: eliminate useless NULL checks
authorStefan Hajnoczi <stefanha@gmail.com>
Sat, 10 Dec 2011 01:12:30 +0000 (02:12 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 10 Dec 2011 03:26:09 +0000 (19:26 -0800)
commit188e664502dc47f83775a556e6db52cd8cc0b5fc
tree146739a24800d2e99ba018274bcf7aea508e1da9
parent153e38761d27f29edf436f11da3dbfb4fb8edcc1
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>
drivers/staging/line6/pod.c
drivers/staging/line6/podhd.c
drivers/staging/line6/toneport.c
drivers/staging/line6/variax.c
This page took 0.036308 seconds and 5 git commands to generate.