| commit | 6b8cf94005187952f794c0c4ed3920a1e8accfa3 | [log] [tgz] |
|---|---|---|
| author | Christoph Hellwig <hch@lst.de> | Tue Oct 18 16:55:55 2022 +0200 |
| committer | Christoph Hellwig <hch@lst.de> | Wed Oct 19 12:42:58 2022 +0200 |
| tree | a11e6ba1ce89a371e46394c033a5a35349e602f9 | |
| parent | 6ff5ba97960821fb872ad981eb30374f5cee1fd9 [diff] |
nvme-hwmon: consistently ignore errors from nvme_hwmon_init An NVMe controller works perfectly fine even when the hwmon initialization fails. Stop returning errors that do not come from a controller reset from nvme_hwmon_init to handle this case consistently. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Serge Semin <fancer.lancer@gmail.com>