Skip to content

Commit

Permalink
staging: vt6656: int: Redundant blank line removal
Browse files Browse the repository at this point in the history
This trivial cleanup patch removes some completely redundant blank
lines from drivers/staging/vt6656/int.[ch]

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jjuhl authored and gregkh committed Jul 6, 2012
1 parent 501b02e commit fec3c80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions 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 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 fec3c80

Please sign in to comment.