Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317732
b: refs/heads/master
c: fec3c80
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 6fa5beb commit 8982758
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 501b02e4d6a3c29ce4e7cef9a5a1a21f236c3c63
refs/heads/master: fec3c80da1abfb4c66ba0adf77f3c7a97a8162da
4 changes: 0 additions & 4 deletions trunk/drivers/staging/vt6656/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
/* static int msglevel = MSG_LEVEL_DEBUG; */
static int msglevel = MSG_LEVEL_INFO;


/*--------------------- Static Classes ----------------------------*/

/*--------------------- Static Variables --------------------------*/
Expand All @@ -53,10 +52,8 @@ static int msglevel = MSG_LEVEL_INFO;

/*--------------------- Export Variables --------------------------*/


/*--------------------- Export Functions --------------------------*/


/*+
*
* Function: InterruptPollingThread
Expand Down Expand Up @@ -202,7 +199,6 @@ void INTnsProcessData(PSDevice pDevice)
pINTData->byISR0,
pINTData->byISR1);
}

if (pINTData->byISR1 != 0)
if (pINTData->byISR1 & ISR_GPIO3)
bScheduleCommand((void *) pDevice,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/vt6656/int.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ typedef struct tagSINTData {
} __attribute__ ((__packed__))
SINTData, *PSINTData;


/*--------------------- Export Classes ----------------------------*/

/*--------------------- Export Variables --------------------------*/
Expand Down

0 comments on commit 8982758

Please sign in to comment.