mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
acpi_ibm: remove superfluous cast
Reported by: kib
This commit is contained in:
parent
43f1940992
commit
2927ab0397
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ acpi_status_to_errno(ACPI_STATUS status)
|
|||
static void
|
||||
ibm_led(void *softc, int onoff)
|
||||
{
|
||||
struct acpi_ibm_softc *sc = (struct acpi_ibm_softc *)softc;
|
||||
struct acpi_ibm_softc *sc = softc;
|
||||
|
||||
ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue