X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fblock%2Fsata_sil3114.c;h=1e60636ec20fde13f30b951669b719ecf8593a46;hb=46b5ccbfe299887fa1f8b15d494d0a5f0e75ee2e;hp=62cc99d3953b932352ceafd9ec9142380e4f99da;hpb=44a01a73e8e68704fba7ce48091c70003cb4569e;p=oweals%2Fu-boot.git diff --git a/drivers/block/sata_sil3114.c b/drivers/block/sata_sil3114.c index 62cc99d395..1e60636ec2 100644 --- a/drivers/block/sata_sil3114.c +++ b/drivers/block/sata_sil3114.c @@ -1,5 +1,5 @@ /* - * Copyright (C) Excito Elektronik i Skåne AB, All rights reserved. + * Copyright (C) Excito Elektronik i SkÃ¥ne AB, All rights reserved. * Author: Tor Krill * * This program is free software; you can redistribute it and/or @@ -171,7 +171,7 @@ static void sata_identify (int num, int dev) sata_dev_desc[devno].removable = 0; sata_dev_desc[devno].lba = (u32) n_sectors; - debug ("lba=0x%x\n", sata_dev_desc[devno].lba); + debug("lba=0x%lx\n", sata_dev_desc[devno].lba); #ifdef CONFIG_LBA48 if (iobuf[83] & (1 << 10)) {