Fix r308306 by spelling variable correctly.

This commit is contained in:
Emmanuel Vadot 2016-11-04 19:23:52 +00:00
parent 1ca819f642
commit 73e62e8c5c

View File

@ -390,7 +390,7 @@ aw_ir_attach(device_t dev)
uint32_t val = 0;
clk_ir = clk_gate = NULL;
rst_abp = NULL;
rst_apb = NULL;
sc = device_get_softc(dev);
sc->dev = dev;