misc/pvpanic: Remove some dead-code
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 5 Jun 2021 16:53:47 +0000 (18:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jun 2021 12:45:33 +0000 (14:45 +0200)
commitd208cbb0024ec0a5878bfd6c757c7f01872201ea
treed5cec46d72cadd25ddf3a7c74a46eb4ab199e365
parent603e4922f1c81fc2ed3a87b4f91a8d3aafc7e093
misc/pvpanic: Remove some dead-code

'pvpanic_remove()' is referenced only by a 'devm_add_action_or_reset()'
call in 'devm_pvpanic_probe()'. So, we know that its parameter is non-NULL.

Axe the unneeded check to save a few lines of code.

Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/8e425618f4042a8ab8366be4d34026972e77bd40.1622911768.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pvpanic/pvpanic.c