summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/control.c
diff options
context:
space:
mode:
authorAndres More2010-08-03 01:51:57 +0200
committerGreg Kroah-Hartman2010-08-03 03:19:04 +0200
commit6487c49e8a739ae6020ccda9470f5837e792ab53 (patch)
treeb6ca6e7c08cea8ab37603f3b0be16931f0e4cf1d /drivers/staging/vt6656/control.c
parentstaging: vt6656: simplified tests involving both multi/broad-casts (diff)
downloadkernel-qcow2-linux-6487c49e8a739ae6020ccda9470f5837e792ab53.tar.gz
kernel-qcow2-linux-6487c49e8a739ae6020ccda9470f5837e792ab53.tar.xz
kernel-qcow2-linux-6487c49e8a739ae6020ccda9470f5837e792ab53.zip
staging: vt6656: removed NTSTATUS definition
Replaced NTSTATUS with int, as defined in a couple of places. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/control.c')
-rw-r--r--drivers/staging/vt6656/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/control.c b/drivers/staging/vt6656/control.c
index 8aab6718ff47..5d8c5719419b 100644
--- a/drivers/staging/vt6656/control.c
+++ b/drivers/staging/vt6656/control.c
@@ -72,7 +72,7 @@ void ControlvWriteByte(PSDevice pDevice, BYTE byRegType, BYTE byRegOfs,
void ControlvReadByte(PSDevice pDevice, BYTE byRegType, BYTE byRegOfs,
PBYTE pbyData)
{
- NTSTATUS ntStatus;
+ int ntStatus;
BYTE byData1;
ntStatus = CONTROLnsRequestIn(pDevice,
MESSAGE_TYPE_READ,