diff options
Diffstat (limited to 'drivers/gpu/pvr/pdump/ioctl.c')
-rw-r--r-- | drivers/gpu/pvr/pdump/ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/pdump/ioctl.c b/drivers/gpu/pvr/pdump/ioctl.c index e646c4f9324..1d291468526 100644 --- a/drivers/gpu/pvr/pdump/ioctl.c +++ b/drivers/gpu/pvr/pdump/ioctl.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /********************************************************************** | 1 | /********************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved. | 3 | * Copyright (C) Imagination Technologies Ltd. All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms and conditions of the GNU General Public License, | 6 | * under the terms and conditions of the GNU General Public License, |
@@ -194,7 +194,7 @@ static IMG_UINT32 DBGDIOCDrivWrite2(IMG_VOID * pvInBuffer, IMG_VOID * pvOutBuffe | |||
194 | { | 194 | { |
195 | IMG_UINT32 * pui32BytesCopied; | 195 | IMG_UINT32 * pui32BytesCopied; |
196 | PDBG_IN_WRITE psInParams; | 196 | PDBG_IN_WRITE psInParams; |
197 | PDBG_STREAM psStream; | 197 | PDBG_STREAM psStream; |
198 | 198 | ||
199 | psInParams = (PDBG_IN_WRITE) pvInBuffer; | 199 | psInParams = (PDBG_IN_WRITE) pvInBuffer; |
200 | pui32BytesCopied = (IMG_UINT32 *) pvOutBuffer; | 200 | pui32BytesCopied = (IMG_UINT32 *) pvOutBuffer; |