tty/hvc_iucv: remove redundant NULL check
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Fri, 25 Oct 2013 14:01:04 +0000 (16:01 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 28 Oct 2013 07:36:29 +0000 (08:36 +0100)
commitac526f42abdae2cdc3ae1a24c855f731e1a90232
tree33973f3c6065461eea38f6c5979ab3f370a5bedc
parentc81a90c853f183a8946af77ed9272ac61d78c077
tty/hvc_iucv: remove redundant NULL check

Make smatch happy and remove this warning:

drivers/tty/hvc/hvc_iucv.c:1320 hvc_iucv_init() info: redundant null check on
hvc_iucv_filter calling kfree()

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/tty/hvc/hvc_iucv.c