firmware-gsmi: Delete an unnecessary check before the function call "dma_pool_destroy"
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 24 Jul 2016 08:16:56 +0000 (10:16 +0200)
committerMatt Fleming <matt@codeblueprint.co.uk>
Fri, 9 Sep 2016 15:08:45 +0000 (16:08 +0100)
commitd520dd1f348dcaafcb8ce804b2a5ebb1be004719
tree44f02265d055375d49df1b44408645d5aa055cf0
parentac0e94b63e65f9c6d2f3c49107118e2228236db4
firmware-gsmi: Delete an unnecessary check before the function call "dma_pool_destroy"

The dma_pool_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>
Cc: Greg KH <gregkh@linuxfoundation.org>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Cc: Mike Waychison <mikew@google.com>
Cc: Michel Lespinasse <walken@google.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
drivers/firmware/google/gsmi.c