platform/mellanox: Remove unnecessary code
authorVadim Pasternak <vadimp@nvidia.com>
Tue, 23 Aug 2022 20:19:36 +0000 (23:19 +0300)
committerHans de Goede <hdegoede@redhat.com>
Thu, 1 Sep 2022 12:20:46 +0000 (14:20 +0200)
commit1c8ee06b637f0b0146bbcda776d131e4822432c3
tree7454ca4d04ec8a2b9ba254f44ba2b1bdf181b6f3
parent52e01c0b1d80b0a7e8d9970456e10b788398e633
platform/mellanox: Remove unnecessary code

Remove redundant 'NULL' check for of if 'data->notifier'.

Replace 'return err' by 'return 0' in mlxreg_lc_probe().

Fixes: 62f9529b8d5c87b ("platform/mellanox: mlxreg-lc: Add initial support for Nvidia line card devices")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Link: https://lore.kernel.org/r/20220823201937.46855-4-vadimp@nvidia.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/mellanox/mlxreg-lc.c