drm/nouveau/hwmon: fix compilation without CONFIG_HWMON
Reported-by: Jim Davis <jim.epost@gmail.com> Tested-by: Jim Davis <jim.epost@gmail.com> Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a1f84f57f9
commit
eec99016e3
@ -630,7 +630,6 @@ error:
|
|||||||
hwmon->hwmon = NULL;
|
hwmon->hwmon = NULL;
|
||||||
return ret;
|
return ret;
|
||||||
#else
|
#else
|
||||||
hwmon->hwmon = NULL;
|
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user