Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292117
b: refs/heads/master
c: 56c24af
h: refs/heads/master
i:
  292115: 0e1362b
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Mar 19, 2012
1 parent d4e4861 commit 8a2b182
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: 1dc370899f97ae281ff2a63df39b8d574dd67cc0
refs/heads/master: 56c24af8def73ec0f8e172771287400ce76e3bcd
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm70.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static ssize_t lm70_sense_temp(struct device *dev,
struct spi_device *spi = to_spi_device(dev);
int status, val = 0;
u8 rxbuf[2];
s16 raw=0;
s16 raw = 0;
struct lm70 *p_lm70 = spi_get_drvdata(spi);

if (mutex_lock_interruptible(&p_lm70->lock))
Expand Down

0 comments on commit 8a2b182

Please sign in to comment.