mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
Replace assert_irql by ASSERT_IRQL.
svn path=/trunk/; revision=11795
This commit is contained in:
parent
4605029c67
commit
11bc9ef5f4
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
* If not, write to the Free Software Foundation,
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: videoprt.c,v 1.27 2004/08/31 20:17:17 hbirr Exp $
|
||||
* $Id: videoprt.c,v 1.28 2004/11/24 11:12:19 ekohl Exp $
|
||||
*/
|
||||
|
||||
#include "videoprt.h"
|
||||
|
@ -727,7 +727,7 @@ VideoPortSetRegistryParameters(
|
|||
IN ULONG ValueLength)
|
||||
{
|
||||
DPRINT("VideoPortSetRegistryParameters\n");
|
||||
assert_irql(PASSIVE_LEVEL);
|
||||
ASSERT_IRQL(PASSIVE_LEVEL);
|
||||
return RtlWriteRegistryValue(
|
||||
RTL_REGISTRY_ABSOLUTE,
|
||||
VIDEO_PORT_GET_DEVICE_EXTENSION(HwDeviceExtension)->RegistryPath.Buffer,
|
||||
|
|
Loading…
Reference in a new issue