diff options
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r-- | drivers/ieee1394/nodemgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nodemgr.c index e2ca8e92f43f..640d677ae03e 100644 --- a/drivers/ieee1394/nodemgr.c +++ b/drivers/ieee1394/nodemgr.c | |||
@@ -362,7 +362,7 @@ static ssize_t fw_show_ne_tlabels_mask(struct device *dev, | |||
362 | #endif | 362 | #endif |
363 | spin_unlock_irqrestore(&hpsb_tlabel_lock, flags); | 363 | spin_unlock_irqrestore(&hpsb_tlabel_lock, flags); |
364 | 364 | ||
365 | return sprintf(buf, "0x%016llx\n", tm); | 365 | return sprintf(buf, "0x%016llx\n", (unsigned long long)tm); |
366 | } | 366 | } |
367 | static DEVICE_ATTR(tlabels_mask, S_IRUGO, fw_show_ne_tlabels_mask, NULL); | 367 | static DEVICE_ATTR(tlabels_mask, S_IRUGO, fw_show_ne_tlabels_mask, NULL); |
368 | #endif /* HPSB_DEBUG_TLABELS */ | 368 | #endif /* HPSB_DEBUG_TLABELS */ |