|
@@ -231,7 +231,8 @@ void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset,
|
|
|
if (offset < 0)
|
|
|
ata_port_desc(ap, "%s %s%llu@0x%llx", name, type, len, start);
|
|
|
else
|
|
|
- ata_port_desc(ap, "%s 0x%llx", name, start + offset);
|
|
|
+ ata_port_desc(ap, "%s 0x%llx", name,
|
|
|
+ start + (unsigned long long)offset);
|
|
|
}
|
|
|
|
|
|
#endif /* CONFIG_PCI */
|