|
@@ -2822,7 +2822,9 @@ static void mvs_update_phyinfo(struct mvs_info *mvi, int i,
|
|
|
dev_printk(KERN_DEBUG, &pdev->dev,
|
|
|
"phy[%d] Get Attached Address 0x%llX ,"
|
|
|
" SAS Address 0x%llX\n",
|
|
|
- i, phy->att_dev_sas_addr, phy->dev_sas_addr);
|
|
|
+ i,
|
|
|
+ (unsigned long long)phy->att_dev_sas_addr,
|
|
|
+ (unsigned long long)phy->dev_sas_addr);
|
|
|
dev_printk(KERN_DEBUG, &pdev->dev,
|
|
|
"Rate = %x , type = %d\n",
|
|
|
sas_phy->linkrate, phy->phy_type);
|