Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43436
b: refs/heads/master
c: 7f58803
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Stefan Richter committed Dec 7, 2006
1 parent f16ed5d commit e46056c
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: b07375b155a0d2ed21a64db68e737da1f19385f7
refs/heads/master: 7f5880394c8ab01854c0cba288352a1a77d5ea82
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/nodemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static ssize_t fw_show_ne_tlabels_mask(struct device *dev,
#endif
spin_unlock_irqrestore(&hpsb_tlabel_lock, flags);

return sprintf(buf, "0x%016llx\n", tm);
return sprintf(buf, "0x%016llx\n", (unsigned long long)tm);
}
static DEVICE_ATTR(tlabels_mask, S_IRUGO, fw_show_ne_tlabels_mask, NULL);
#endif /* HPSB_DEBUG_TLABELS */
Expand Down

0 comments on commit e46056c

Please sign in to comment.