File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ static int sm750fb_set_drv(struct lynxfb_par *par)
609
609
hw_sm750le_setBLANK : hw_sm750_setBLANK ;
610
610
/* chip specific phase */
611
611
sm750_dev -> accel .de_wait = (sm750_dev -> revid == SM750LE_REVISION_ID ) ?
612
- hw_sm750le_deWait : hw_sm750_deWait ;
612
+ hw_sm750le_deWait : hw_sm750_de_wait ;
613
613
switch (sm750_dev -> dataflow ) {
614
614
case sm750_simul_pri :
615
615
output -> paths = sm750_pnc ;
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ static inline unsigned long ps_to_hz(unsigned int psvalue)
194
194
int hw_sm750_map (struct sm750_dev * sm750_dev , struct pci_dev * pdev );
195
195
int hw_sm750_inithw (struct sm750_dev * sm750_dev , struct pci_dev * pdev );
196
196
void hw_sm750_init_accel (struct sm750_dev * sm750_dev );
197
- int hw_sm750_deWait (void );
197
+ int hw_sm750_de_wait (void );
198
198
int hw_sm750le_deWait (void );
199
199
200
200
int hw_sm750_output_setMode (struct lynxfb_output * output ,
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ int hw_sm750le_deWait(void)
521
521
return -1 ;
522
522
}
523
523
524
- int hw_sm750_deWait (void )
524
+ int hw_sm750_de_wait (void )
525
525
{
526
526
int i = 0x10000000 ;
527
527
unsigned int mask = SYSTEM_CTRL_DE_STATUS_BUSY |
You can’t perform that action at this time.
0 commit comments