acpi_ibm: remove superfluous cast

Reported by:	kib
This commit is contained in:
Ed Maste 2020-02-02 20:56:18 +00:00
parent 43f1940992
commit 2927ab0397

View File

@ -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__);