mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00:00
V4L/DVB: cx25821: fix coding style issues in cx25821-i2c.c
Fixes up warnings and errors found by the checkpatch.pl tool on cx25821-i2c.c Signed-off-by: Olimpiu Pascariu <olimpiu.pascariu@gmail.com> Cc: Palash Bandyopadhyay <palash.bandyopadhyay@conexant.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0dd8be8c94
commit
51e9dd3249
@ -319,7 +319,7 @@ int cx25821_i2c_register(struct cx25821_i2c *bus)
|
||||
|
||||
bus->i2c_client.adapter = &bus->i2c_adap;
|
||||
|
||||
//set up the I2c
|
||||
/* set up the I2c */
|
||||
bus->i2c_client.addr = (0x88 >> 1);
|
||||
|
||||
return bus->i2c_rc;
|
||||
|
Loading…
Reference in New Issue
Block a user