]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited95be3673107c68600e1a84307e3c6495b89f47
tree146739a24800d2e99ba018274bcf7aea508e1da9
parent02ca62c63706d1dfc4ebb1b6863ab97ed2316d9b
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