[PATCH 03/10] x86 ATA: Don't touch the size entry for the BIOS disk based device
Juergen Beisert
jbe at pengutronix.de
Fri Jan 7 03:35:09 EST 2011
Only the platform sets this entry to setup the correct size or
signals the driver to guess the size of the attached disk.
Signed-off-by: Juergen Beisert <jbe at pengutronix.de>
---
drivers/ata/bios.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/ata/bios.c b/drivers/ata/bios.c
index 51e2425..3f419cc 100644
--- a/drivers/ata/bios.c
+++ b/drivers/ata/bios.c
@@ -257,7 +257,6 @@ static int biosdisk_probe(struct device_d *dev)
strcpy(drive_dev->name, "biosdisk");
drive_dev->id = drive - 0x80;
- drive_dev->size = 1;
drive_dev->map_base = 0;
drive_dev->platform_data = p;
--
1.7.2.3
More information about the barebox
mailing list