Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 460
b: refs/heads/master
c: 7107627
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg KH committed Apr 22, 2005
1 parent ae99009 commit d7bd5c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be5e3383a95446e933be198d3025df10a072794b
refs/heads/master: 7107627b04b46bce8212e6a6811add5eb8bcb476
4 changes: 2 additions & 2 deletions trunk/drivers/usb/media/sn9c102_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ sn9c102_i2c_try_read(struct sn9c102_device* cam,
}


int
static int
sn9c102_i2c_try_write(struct sn9c102_device* cam,
struct sn9c102_sensor* sensor, u8 address, u8 value)
{
Expand Down Expand Up @@ -785,7 +785,7 @@ static int sn9c102_stop_transfer(struct sn9c102_device* cam)
}


int sn9c102_stream_interrupt(struct sn9c102_device* cam)
static int sn9c102_stream_interrupt(struct sn9c102_device* cam)
{
int err = 0;

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/usb/media/sn9c102_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ static const struct usb_device_id sn9c102_id_table[] = { \
*/

/* The "try" I2C I/O versions are used when probing the sensor */
extern int sn9c102_i2c_try_write(struct sn9c102_device*,struct sn9c102_sensor*,
u8 address, u8 value);
extern int sn9c102_i2c_try_read(struct sn9c102_device*,struct sn9c102_sensor*,
u8 address);

Expand Down

0 comments on commit d7bd5c5

Please sign in to comment.