Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363056
b: refs/heads/master
c: 71bb2d2
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck committed Apr 8, 2013
1 parent 382a262 commit 412de93
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: fd9175d2f603509e7ddf14e7b60633f6e88fb0e7
refs/heads/master: 71bb2d211e47b9a04348149608629afc2742fee0
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/adt7310.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static int adt7310_spi_read_word(struct device *dev, u8 reg)
if (ret < 0)
return ret;

return be16_to_cpu(ret);
return be16_to_cpu((__force __be16)ret);
}

static int adt7310_spi_write_word(struct device *dev, u8 reg, u16 data)
Expand Down

0 comments on commit 412de93

Please sign in to comment.