liquidctl / liquidtux

Linux kernel hwmon drivers for AIO liquid coolers and other devices
Other
79 stars 14 forks source link

nzxt-smart2: fix unused-function warning #17

Closed amezin closed 2 years ago

amezin commented 2 years ago
/home/runner/work/liquidtux/liquidtux/src/nzxt-smart2.c:713:12: warning: ‘nzxt_smart2_hid_reset_resume’ defined but not used [-Wunused-function]
  713 | static int nzxt_smart2_hid_reset_resume(struct hid_device *hdev)
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~