]> Pileus Git - ~andy/linux/commit
mei: mei_release: drop redundant check if cb is NULL
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 15 Sep 2013 15:11:06 +0000 (18:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 15:39:27 +0000 (08:39 -0700)
commita9c8a17aea8ced19598b388db618e9094f3c1245
tree18d34045e481538f316d08d4e84f1358b90e95e4
parentdd5de1f165ade430357960459491a067c7e3d21c
mei: mei_release: drop redundant check if cb is NULL

mei_io_cb_free follows kfree design and check for NULL internally

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/main.c