staging: ozwpan: Remove redundant null check before kfree in ozproto.c
commitba34efba7ab0eed43aca254738c0446af644fb15
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 20 Nov 2012 11:40:09 +0000 (20 17:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 21:50:12 +0000 (21 13:50 -0800)
tree6ed20dfcdcd7f53567880344e44c2a24c2759643
parentb150718ecb6468d2de1ff593c402ec257dd80c8c
staging: ozwpan: Remove redundant null check before kfree in ozproto.c

kfree on NULL pointer is a no-op.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Rupesh Gujare <rgujare@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozproto.c