staging: tidspbridge: remove redundant NULL check before delete_msg_mgr().
authorCyril Roelandt <tipecaml@gmail.com>
Tue, 12 Feb 2013 04:01:52 +0000 (05:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Feb 2013 16:46:48 +0000 (08:46 -0800)
commitb7e6724238409d0985dcf7219dd9eb0a1f58e7e5
tree156ba61c68fde0aaa7fe678977b9863f2500d23a
parentae87d63664721c9022ad709077de82b02b8227ca
staging: tidspbridge: remove redundant NULL check before delete_msg_mgr().

delete_msg_mgr on a NULL pointer is a no-op, so the NULL check in
bridge_msg_delete can be removed.

Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/core/msg_sm.c