mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_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
f2ea7733dd
commit
288836b69f
@ -443,7 +443,7 @@ long sm750_sw_i2c_init(
|
||||
* Return Value:
|
||||
* Register value
|
||||
*/
|
||||
unsigned char swI2CReadReg(
|
||||
unsigned char sm750_sw_i2c_read_reg(
|
||||
unsigned char deviceAddress,
|
||||
unsigned char registerIndex
|
||||
)
|
||||
|
@ -44,7 +44,7 @@ long sm750_sw_i2c_init(
|
||||
* Return Value:
|
||||
* Register value
|
||||
*/
|
||||
unsigned char swI2CReadReg(
|
||||
unsigned char sm750_sw_i2c_read_reg(
|
||||
unsigned char deviceAddress,
|
||||
unsigned char registerIndex
|
||||
);
|
||||
|
@ -175,7 +175,7 @@ int hw_sm750_inithw(struct lynx_share *share, struct pci_dev *pdev)
|
||||
/* Customer may NOT use CH7301 DVI chip, which has to be
|
||||
initialized differently.
|
||||
*/
|
||||
if (swI2CReadReg(0xec, 0x4a) == 0x95) {
|
||||
if (sm750_sw_i2c_read_reg(0xec, 0x4a) == 0x95) {
|
||||
/* The following register values for CH7301 are from
|
||||
Chrontel app note and our experiment.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user