diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-10 07:57:51 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-19 13:42:33 -0700 |
commit | 6ab6a650a418f213f51f47c8263cd635130b3c3a (patch) | |
tree | 62e6ed90e2f135d18b127bc146f302b6441d8873 /drivers/serial | |
parent | 39c7a2635227f5754393e954cb57249328e83cee (diff) | |
download | u-boot-imx-6ab6a650a418f213f51f47c8263cd635130b3c3a.zip u-boot-imx-6ab6a650a418f213f51f47c8263cd635130b3c3a.tar.gz u-boot-imx-6ab6a650a418f213f51f47c8263cd635130b3c3a.tar.bz2 |
disk: initialize name/part fields when returning a whole disk
When get_device_and_partition() finds a disk without a partition table,
under some conditions, it "returns" a disk_partition_t that describes
the entire raw disk. Make sure to initialize all fields in the partition
descriptor in that case.
The value chosen for name is just some arbitrary descriptive string.
The value chosen for info matches the check at the end of
get_device_and_partition(). However, it's probably not that important;
it's not obvious that the value is really used.
Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions