Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288465
b: refs/heads/master
c: ea5f4db
h: refs/heads/master
i:
  288463: 06f90c3
v: v3
  • Loading branch information
Dan Carpenter authored and Jens Axboe committed Mar 3, 2012
1 parent 8bb80f5 commit a426833
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: 62d3c5439c534b0e6c653fc63e6d8c67be3a57b1
refs/heads/master: ea5f4db8ece896c2ab9eafa0924148a2596c52e4
2 changes: 1 addition & 1 deletion trunk/drivers/block/sx8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ static inline void carm_handle_resp(struct carm_host *host,
break;
case MISC_GET_FW_VER: {
struct carm_fw_ver *ver = (struct carm_fw_ver *)
mem + sizeof(struct carm_msg_get_fw_ver);
(mem + sizeof(struct carm_msg_get_fw_ver));
if (!error) {
host->fw_ver = le32_to_cpu(ver->version);
host->flags |= (ver->features & FL_FW_VER_MASK);
Expand Down

0 comments on commit a426833

Please sign in to comment.