nix-community / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. [maintainer=@teleshoes /@Mic92]
GNU General Public License v3.0
80 stars 23 forks source link

Fix printk format for 64-bit computers (size_t was hardcoded to %u) #12

Closed teleshoes closed 4 years ago

teleshoes commented 4 years ago

this should fix %lu vs %u warning in new kernels for 64bit linux, without reintroducing warning for older kernels