staging: sm750fb: ddk750_display.c - fixed checkpatch warning: line over 80 chars
staging: sm750fb: ddk750_display.c - fixed the following checkpatch warning: WARNING: line over 80 characters #149: FILE: drivers/staging/sm750fb/ddk750_display.c:149: + swPanelPowerSequence((output & PNL_SEQ_MASK) >> PNL_SEQ_OFFSET, 4); Signed-off-by: Andrea della Porta <sfaragnaus@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
951142c293
commit
d6171ba858
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue