Skip to content

Commit

Permalink
staging: sm750fb: ddk750_display.c - fixed checkpatch warning: line o…
Browse files Browse the repository at this point in the history
…ver 80 chars

staging: sm750fb: ddk750_display.c - fixed the following checkpatch warning:
WARNING: line over 80 characters
torvalds#149: FILE: drivers/staging/sm750fb/ddk750_display.c:149:
+               swPanelPowerSequence((output & PNL_SEQ_MASK) >> PNL_SEQ_OFFSET, 4);

Signed-off-by: Andrea della Porta <[email protected]>
  • Loading branch information
sfaragnaus authored and 0day robot committed Apr 7, 2017
1 parent a2e99e9 commit a4b79b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/sm750fb/ddk750_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ void ddk750_setLogicalDispOut(disp_output_t output)

if (output & PNL_SEQ_USAGE) {
/* set panel sequence */
swPanelPowerSequence((output & PNL_SEQ_MASK) >> PNL_SEQ_OFFSET, 4);
swPanelPowerSequence((output & PNL_SEQ_MASK) >> PNL_SEQ_OFFSET,
4);
}

if (output & DAC_USAGE)
Expand Down

0 comments on commit a4b79b7

Please sign in to comment.