Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98908
b: refs/heads/master
c: 823ed72
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Jens Axboe committed Jul 4, 2008
1 parent 69f841a commit 2ed791a
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: e48ec69005f02b70b7ecfde1bc39a599086d16ef
refs/heads/master: 823ed72e8fe566983b121e8cc3147dd50ce63a8a
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ aoecmd_cfg_rsp(struct sk_buff *skb)
* Enough people have their dip switches set backwards to
* warrant a loud message for this special case.
*/
aoemajor = be16_to_cpu(get_unaligned(&h->major));
aoemajor = get_unaligned_be16(&h->major);
if (aoemajor == 0xfff) {
printk(KERN_ERR "aoe: Warning: shelf address is all ones. "
"Check shelf dip switches.\n");
Expand Down

0 comments on commit 2ed791a

Please sign in to comment.