]> git.baikalelectronics.ru Git - kernel.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)
commite69b773eb38196470e40e053d3db3017ce10559d
tree991aad505b999c9fe87a32c5e6188d2cee10866e
parent865453b5b2b90062dcff4500f13744443d40490c
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