CID 1108447 Uninitialized scalar field
This commit is contained in:
@@ -28,7 +28,8 @@ VirtioRNGDevice::VirtioRNGDevice(device_node *node)
|
|||||||
fVirtio(NULL),
|
fVirtio(NULL),
|
||||||
fVirtioDevice(NULL),
|
fVirtioDevice(NULL),
|
||||||
fStatus(B_NO_INIT),
|
fStatus(B_NO_INIT),
|
||||||
fOffset(BUFFER_SIZE)
|
fOffset(BUFFER_SIZE),
|
||||||
|
fExpectsInterrupt(false)
|
||||||
{
|
{
|
||||||
CALLED();
|
CALLED();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user