C28156

warning C28156: The actual IRQL is inconsistent with the required IRQL

Additional information

The value at exit was not set to the expected value.

An _IRQL_requires_ annotation specifies that the driver should be executing at a particular IRQL when the function completes, but there is at least one path in which the driver is executing at a different IRQL when the function completes.