]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9aa50d80a6b8d9cb4ea41059a74c5f4951a6c870
tree0738c5d67e31137a8d5ff57601200f8d99effde3
parent6ce15a3ea60947a839d0d923b638db4edb86d34d
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