Initialize variables to fix kernel build on AMD64.
This commit is contained in:
parent
81007fd4eb
commit
a2e358988f
@ -2396,6 +2396,8 @@ acpiioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flag, d_thread_t *td)
|
||||
struct acpi_ioctl_hook *hp;
|
||||
int error, state;
|
||||
|
||||
error = 0;
|
||||
hp = NULL;
|
||||
sc = dev->si_drv1;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user