usb: serial: Remove redundant NULL check before kfree
authorSyam Sidhardhan <s.syam@samsung.com>
Wed, 6 Mar 2013 20:21:12 +0000 (01:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:45:16 +0000 (11:45 -0700)
commitae8d4879667949fb49f0862b11ba680f671b2185
tree0738c5d67e31137a8d5ff57601200f8d99effde3
parentdad3cab3e063110b3ae3dc82a00e7aacd09b91ec
usb: serial: Remove redundant NULL check before kfree

kfree on NULL pointer is a no-op.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/mos7840.c