]> git.karo-electronics.de Git - linux-beck.git/commit
rbd: delete an unnecessary check before rbd_dev_destroy()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 23 Nov 2015 19:16:45 +0000 (20:16 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 21 Jan 2016 18:36:07 +0000 (19:36 +0100)
commit1761b22966e61494f51be76bc3b10e9c1ff809ad
tree991aad505b999c9fe87a32c5e6188d2cee10866e
parent17ddc49b9c5c8847be745d13d91259248d59114b
rbd: delete an unnecessary check before rbd_dev_destroy()

The rbd_dev_destroy() function tests whether its argument is NULL
and then returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
drivers/block/rbd.c