Initialize variables to fix kernel build on AMD64.

This commit is contained in:
David E. O'Brien 2004-08-03 14:14:53 +00:00
parent 81007fd4eb
commit a2e358988f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133075

View File

@ -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;
/*