Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328595
b: refs/heads/master
c: 58ed90d
h: refs/heads/master
i:
  328593: cdf5242
  328591: b177993
v: v3
  • Loading branch information
Guenter Roeck authored and Mark Brown committed Aug 23, 2012
1 parent d62ce33 commit ca852a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 41962f90c605983fb04c23bab9c060c9f49ee4c3
refs/heads/master: 58ed90de3ef58a19c035355a4a0cd6dfef6d6b0c
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-sc18is602.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static int sc18is602_probe(struct i2c_client *client,

if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C |
I2C_FUNC_SMBUS_WRITE_BYTE_DATA))
return -ENODEV;
return -EINVAL;

master = spi_alloc_master(dev, sizeof(struct sc18is602));
if (!master)
Expand Down

0 comments on commit ca852a4

Please sign in to comment.