staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_reg
Fix the checkpatch warning about CamelCase. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
288836b69f
commit
d33b42048e
@ -483,7 +483,7 @@ unsigned char sm750_sw_i2c_read_reg(
|
||||
* 0 - Success
|
||||
* -1 - Fail
|
||||
*/
|
||||
long swI2CWriteReg(
|
||||
long sm750_sw_i2c_write_reg(
|
||||
unsigned char deviceAddress,
|
||||
unsigned char registerIndex,
|
||||
unsigned char data
|
||||
|
@ -62,7 +62,7 @@ unsigned char sm750_sw_i2c_read_reg(
|
||||
* 0 - Success
|
||||
* -1 - Fail
|
||||
*/
|
||||
long swI2CWriteReg(
|
||||
long sm750_sw_i2c_write_reg(
|
||||
unsigned char deviceAddress,
|
||||
unsigned char registerIndex,
|
||||
unsigned char data
|
||||
|
@ -180,9 +180,9 @@ int hw_sm750_inithw(struct lynx_share *share, struct pci_dev *pdev)
|
||||
Chrontel app note and our experiment.
|
||||
*/
|
||||
pr_info("yes,CH7301 DVI chip found\n");
|
||||
swI2CWriteReg(0xec, 0x1d, 0x16);
|
||||
swI2CWriteReg(0xec, 0x21, 0x9);
|
||||
swI2CWriteReg(0xec, 0x49, 0xC0);
|
||||
sm750_sw_i2c_write_reg(0xec, 0x1d, 0x16);
|
||||
sm750_sw_i2c_write_reg(0xec, 0x21, 0x9);
|
||||
sm750_sw_i2c_write_reg(0xec, 0x49, 0xC0);
|
||||
pr_info("okay,CH7301 DVI chip setup done\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user