aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hptmv/ioctl.c')
-rw-r--r--sys/dev/hptmv/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptmv/ioctl.c b/sys/dev/hptmv/ioctl.c
index 50a82aed1cb8..671d64c86bcf 100644
--- a/sys/dev/hptmv/ioctl.c
+++ b/sys/dev/hptmv/ioctl.c
@@ -691,7 +691,7 @@ hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags)
PCommand pCmd;
UINT result;
int needsync=0, retry=0, needdelete=0;
- void *buffer = 0;
+ void *buffer = NULL;
_VBUS_INST(&pAdapter->VBus)